diff options
Diffstat (limited to 'commands/comment_edit.go')
-rw-r--r-- | commands/comment_edit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/comment_edit.go b/commands/comment_edit.go index 759ea194..91c6d809 100644 --- a/commands/comment_edit.go +++ b/commands/comment_edit.go @@ -3,7 +3,7 @@ package commands import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/input" + "github.com/MichaelMure/git-bug/commands/input" ) type commentEditOptions struct { |