diff options
Diffstat (limited to 'internal/cli/workers/command.go')
-rw-r--r-- | internal/cli/workers/command.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/internal/cli/workers/command.go b/internal/cli/workers/command.go index 78d8d1d2..421e9afc 100644 --- a/internal/cli/workers/command.go +++ b/internal/cli/workers/command.go @@ -20,10 +20,8 @@ import ( // NewCommand creates `workers` command. func NewCommand(cfgFile *string, override *[]string) *cobra.Command { //nolint:funlen - var ( - // interactive workers updates - interactive bool - ) + // interactive workers updates + var interactive bool cmd := &cobra.Command{ Use: "workers", |