aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-19 17:58:45 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-19 17:58:45 +0200
commitd7313068fbb95829175fe108352b7b1e99e6fe9d (patch)
tree64a85eec7983ade7f087040b599fa54908900486 /commands/new.go
parent9f04fc2f7b31aeefa8281aff0d1d40a698f4b627 (diff)
downloadgit-bug-d7313068fbb95829175fe108352b7b1e99e6fe9d.tar.gz
small cleaning
Diffstat (limited to 'commands/new.go')
-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