aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_title_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_title_edit.go')
-rw-r--r--commands/bug/bug_title_edit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/bug/bug_title_edit.go b/commands/bug/bug_title_edit.go
index 59898530..fc60824f 100644
--- a/commands/bug/bug_title_edit.go
+++ b/commands/bug/bug_title_edit.go
@@ -13,8 +13,7 @@ type bugTitleEditOptions struct {
nonInteractive bool
}
-func newBugTitleEditCommand() *cobra.Command {
- env := execenv.NewEnv()
+func newBugTitleEditCommand(env *execenv.Env) *cobra.Command {
options := bugTitleEditOptions{}
cmd := &cobra.Command{