diff options
Diffstat (limited to 'commands/push.go')
-rw-r--r-- | commands/push.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/push.go b/commands/push.go index 5965e898..37479bfd 100644 --- a/commands/push.go +++ b/commands/push.go @@ -30,5 +30,5 @@ var pushCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(pushCmd) + RootCmd.AddCommand(pushCmd) } |