diff options
Diffstat (limited to 'commands/user/user_new.go')
-rw-r--r-- | commands/user/user_new.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/user/user_new.go b/commands/user/user_new.go index ba4198f8..9cc04fa7 100644 --- a/commands/user/user_new.go +++ b/commands/user/user_new.go @@ -3,8 +3,8 @@ package usercmd import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/commands/execenv" - "github.com/MichaelMure/git-bug/commands/input" + "github.com/git-bug/git-bug/commands/execenv" + "github.com/git-bug/git-bug/commands/input" ) type userNewOptions struct { |