aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge_pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge_pull.go')
-rw-r--r--commands/bridge/bridge_pull.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/bridge/bridge_pull.go b/commands/bridge/bridge_pull.go
index 03f4929a..5e9419b9 100644
--- a/commands/bridge/bridge_pull.go
+++ b/commands/bridge/bridge_pull.go
@@ -11,11 +11,11 @@ import (
"github.com/pkg/errors"
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/bridge"
- "github.com/MichaelMure/git-bug/bridge/core"
- "github.com/MichaelMure/git-bug/commands/completion"
- "github.com/MichaelMure/git-bug/commands/execenv"
- "github.com/MichaelMure/git-bug/util/interrupt"
+ "github.com/git-bug/git-bug/bridge"
+ "github.com/git-bug/git-bug/bridge/core"
+ "github.com/git-bug/git-bug/commands/completion"
+ "github.com/git-bug/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/util/interrupt"
)
type bridgePullOptions struct {