diff options
Diffstat (limited to 'commands/completion')
-rw-r--r-- | commands/completion/helper_completion.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/completion/helper_completion.go b/commands/completion/helper_completion.go index db6d8969..75d74423 100644 --- a/commands/completion/helper_completion.go +++ b/commands/completion/helper_completion.go @@ -7,9 +7,9 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/bridge" - "github.com/MichaelMure/git-bug/bridge/core/auth" - "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/git-bug/git-bug/bridge" + "github.com/git-bug/git-bug/bridge/core/auth" + "github.com/git-bug/git-bug/commands/execenv" ) type ValidArgsFunction func(cmd *cobra.Command, args []string, toComplete string) (completions []string, directives cobra.ShellCompDirective) |