aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-13 21:21:24 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-13 21:21:24 +0200
commit1779a0f3b92d58654b43444addeaf437a64d77a8 (patch)
tree9f973413454894f0456d7379425070d468712242 /git-bug.go
parent289f8d53ee960d35c1f0c42e8753ad536737b875 (diff)
downloadgit-bug-1779a0f3b92d58654b43444addeaf437a64d77a8.tar.gz
serialize a Bug to git as a blob+tree+commit+ref
Diffstat (limited to 'git-bug.go')
-rw-r--r--git-bug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bug.go b/git-bug.go
index 74fd6c90..1b430aba 100644
--- a/git-bug.go
+++ b/git-bug.go
@@ -43,7 +43,7 @@ func main() {
// git bug
if len(args) == 1 {
- fmt.Println("Not implemented")
+ fmt.Println("Will list bugs, not implemented yet")
//TODO: list bugs
return
}