diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/export.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/export.go b/commands/export.go index 8a770fc1..9cd034b1 100644 --- a/commands/export.go +++ b/commands/export.go @@ -5,8 +5,8 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/bug" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/bug" + "github.com/git-bug/git-bug/entity" ) type exportOptions struct { |