diff options
Diffstat (limited to 'commands/bridge/bridge_auth_show.go')
-rw-r--r-- | commands/bridge/bridge_auth_show.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bridge/bridge_auth_show.go b/commands/bridge/bridge_auth_show.go index 25c517d3..3d5630b5 100644 --- a/commands/bridge/bridge_auth_show.go +++ b/commands/bridge/bridge_auth_show.go @@ -8,9 +8,9 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/bridge/core/auth" - "github.com/MichaelMure/git-bug/commands/completion" - "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/git-bug/git-bug/bridge/core/auth" + "github.com/git-bug/git-bug/commands/completion" + "github.com/git-bug/git-bug/commands/execenv" ) func newBridgeAuthShow(env *execenv.Env) *cobra.Command { |