diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/export.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/export.go b/commands/export.go index 9cd034b1..cd24b59a 100644 --- a/commands/export.go +++ b/commands/export.go @@ -5,7 +5,7 @@ import ( "github.com/spf13/cobra" - "github.com/git-bug/git-bug/bug" + "github.com/git-bug/git-bug/entities/bug" "github.com/git-bug/git-bug/entity" ) |