From 054817586a76d2bb94ceef41e4286fdbd7b966d3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 20 Jun 2020 16:18:47 +0200 Subject: [PATCH] Silence the linter --- pmctl/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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