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