aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index fde944e9..09369fe4 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -55,7 +55,7 @@ func runNewBug(cmd *cobra.Command, args []string) error {
err = newBug.Commit(repo)
- fmt.Println(newBug.HumanId())
+ fmt.Printf("%s created\n", newBug.HumanId())
return err