diff options
Diffstat (limited to 'commands/push.go')
-rw-r--r-- | commands/push.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/push.go b/commands/push.go index 254bbb27..38492517 100644 --- a/commands/push.go +++ b/commands/push.go @@ -5,8 +5,8 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/commands/completion" - "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/git-bug/git-bug/commands/completion" + "github.com/git-bug/git-bug/commands/execenv" ) func newPushCommand(env *execenv.Env) *cobra.Command { |