aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_comment_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_comment_edit.go')
-rw-r--r--commands/bug/bug_comment_edit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bug/bug_comment_edit.go b/commands/bug/bug_comment_edit.go
index e6f8d667..f1e10e02 100644
--- a/commands/bug/bug_comment_edit.go
+++ b/commands/bug/bug_comment_edit.go
@@ -3,8 +3,8 @@ package bugcmd
import (
"github.com/spf13/cobra"
- buginput "github.com/MichaelMure/git-bug/commands/bug/input"
- "github.com/MichaelMure/git-bug/commands/execenv"
+ buginput "github.com/git-bug/git-bug/commands/bug/input"
+ "github.com/git-bug/git-bug/commands/execenv"
)
type bugCommentEditOptions struct {