aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge_rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge_rm.go')
-rw-r--r--commands/bridge/bridge_rm.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bridge/bridge_rm.go b/commands/bridge/bridge_rm.go
index f6279ade..94258e14 100644
--- a/commands/bridge/bridge_rm.go
+++ b/commands/bridge/bridge_rm.go
@@ -3,9 +3,9 @@ package bridgecmd
import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/bridge"
- "github.com/MichaelMure/git-bug/commands/completion"
- "github.com/MichaelMure/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/bridge"
+ "github.com/git-bug/git-bug/commands/completion"
+ "github.com/git-bug/git-bug/commands/execenv"
)
func newBridgeRm(env *execenv.Env) *cobra.Command {