diff options
Diffstat (limited to 'commands/bug/completion.go')
-rw-r--r-- | commands/bug/completion.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/bug/completion.go b/commands/bug/completion.go index 62bf658a..d313ef37 100644 --- a/commands/bug/completion.go +++ b/commands/bug/completion.go @@ -5,11 +5,11 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/commands/completion" - "github.com/MichaelMure/git-bug/commands/execenv" - _select "github.com/MichaelMure/git-bug/commands/select" - "github.com/MichaelMure/git-bug/entities/bug" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/commands/completion" + "github.com/git-bug/git-bug/commands/execenv" + _select "github.com/git-bug/git-bug/commands/select" + "github.com/git-bug/git-bug/entities/bug" ) // BugCompletion complete a bug id |