aboutsummaryrefslogtreecommitdiffstats
path: root/commands/execenv/env.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/execenv/env.go')
-rw-r--r--commands/execenv/env.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/execenv/env.go b/commands/execenv/env.go
index e693807e..eea704cd 100644
--- a/commands/execenv/env.go
+++ b/commands/execenv/env.go
@@ -9,8 +9,8 @@ import (
"github.com/mattn/go-isatty"
"golang.org/x/term"
- "github.com/MichaelMure/git-bug/cache"
- "github.com/MichaelMure/git-bug/repository"
+ "github.com/git-bug/git-bug/cache"
+ "github.com/git-bug/git-bug/repository"
)
const RootCommandName = "git-bug"