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