diff options
Diffstat (limited to 'commands/bug/bug_deselect.go')
-rw-r--r-- | commands/bug/bug_deselect.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/bug/bug_deselect.go b/commands/bug/bug_deselect.go index 090a7bf2..5e9acc60 100644 --- a/commands/bug/bug_deselect.go +++ b/commands/bug/bug_deselect.go @@ -8,9 +8,7 @@ import ( "github.com/MichaelMure/git-bug/entities/bug" ) -func newBugDeselectCommand() *cobra.Command { - env := execenv.NewEnv() - +func newBugDeselectCommand(env *execenv.Env) *cobra.Command { cmd := &cobra.Command{ Use: "deselect", Short: "Clear the implicitly selected bug", |