diff options
Diffstat (limited to 'commands/bug/bug_label_new.go')
-rw-r--r-- | commands/bug/bug_label_new.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/bug/bug_label_new.go b/commands/bug/bug_label_new.go index aa4f9463..1e1f2d4f 100644 --- a/commands/bug/bug_label_new.go +++ b/commands/bug/bug_label_new.go @@ -7,9 +7,7 @@ import ( "github.com/MichaelMure/git-bug/util/text" ) -func newBugLabelNewCommand() *cobra.Command { - env := execenv.NewEnv() - +func newBugLabelNewCommand(env *execenv.Env) *cobra.Command { cmd := &cobra.Command{ Use: "new [BUG_ID] LABEL...", Short: "Add a label to a bug", |