diff options
Diffstat (limited to 'commands/bug/bug_comment.go')
-rw-r--r-- | commands/bug/bug_comment.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bug/bug_comment.go b/commands/bug/bug_comment.go index b037f688..68ae0af6 100644 --- a/commands/bug/bug_comment.go +++ b/commands/bug/bug_comment.go @@ -4,8 +4,8 @@ import ( text "github.com/MichaelMure/go-term-text" "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/commands/execenv" - "github.com/MichaelMure/git-bug/util/colors" + "github.com/git-bug/git-bug/commands/execenv" + "github.com/git-bug/git-bug/util/colors" ) func newBugCommentCommand(env *execenv.Env) *cobra.Command { |