diff options
Diffstat (limited to 'doc/gen_docs.go')
-rw-r--r-- | doc/gen_docs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gen_docs.go b/doc/gen_docs.go index 482abd8e..ac5417d8 100644 --- a/doc/gen_docs.go +++ b/doc/gen_docs.go @@ -10,7 +10,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/cobra/doc" - "github.com/MichaelMure/git-bug/commands" + "github.com/git-bug/git-bug/commands" ) func main() { |