aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pull.go')
-rw-r--r--commands/pull.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/pull.go b/commands/pull.go
index 91eadcf8..90f23bfa 100644
--- a/commands/pull.go
+++ b/commands/pull.go
@@ -5,9 +5,9 @@ import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/commands/completion"
- "github.com/MichaelMure/git-bug/commands/execenv"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/commands/completion"
+ "github.com/git-bug/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/entity"
)
func newPullCommand(env *execenv.Env) *cobra.Command {