diff --git a/pmctl/run.go b/pmctl/run.go index 7c17a3e4..eb5fc367 100644 --- a/pmctl/run.go +++ b/pmctl/run.go @@ -104,7 +104,7 @@ func handleRun(cmd *cobra.Command, opts *Options) (err error) { return } -func run(cmd *cobra.Command, opts *Options) (err error) { +func run(cmd *cobra.Command, opts *Options) (err error) { //nolint:gocognit // set download option registry.Online = opts.AllowDownload