aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge.go')
-rw-r--r--commands/bridge/bridge.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bridge/bridge.go b/commands/bridge/bridge.go
index 9f7c5e50..17e64ac6 100644
--- a/commands/bridge/bridge.go
+++ b/commands/bridge/bridge.go
@@ -3,8 +3,8 @@ package bridgecmd
import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/bridge"
- "github.com/MichaelMure/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/bridge"
+ "github.com/git-bug/git-bug/commands/execenv"
)
func NewBridgeCommand(env *execenv.Env) *cobra.Command {