diff options
Diffstat (limited to 'git-bug.go')
-rw-r--r-- | git-bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ package main import ( - "github.com/MichaelMure/git-bug/commands" + "github.com/git-bug/git-bug/commands" ) func main() { |