diff options
Diffstat (limited to 'commands/bridge/bridge_auth_rm.go')
-rw-r--r-- | commands/bridge/bridge_auth_rm.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bridge/bridge_auth_rm.go b/commands/bridge/bridge_auth_rm.go index 33253e26..bc5101f5 100644 --- a/commands/bridge/bridge_auth_rm.go +++ b/commands/bridge/bridge_auth_rm.go @@ -3,9 +3,9 @@ package bridgecmd 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 newBridgeAuthRm(env *execenv.Env) *cobra.Command { |