diff options
Diffstat (limited to 'commands/open.go')
-rw-r--r-- | commands/open.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/open.go b/commands/open.go index c99578cf..8a5ede3d 100644 --- a/commands/open.go +++ b/commands/open.go @@ -2,6 +2,7 @@ package commands import ( "errors" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" "github.com/spf13/cobra" |