Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #219 from mnottale/cli-fix-typo
Browse files Browse the repository at this point in the history
cli: Fix typo in push.
  • Loading branch information
mnottale committed Jun 11, 2018
2 parents 1cc435d + 65b0add commit 854872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docker-app/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ func pushCmd() *cobra.Command {
},
}
cmd.Flags().StringVar(&opts.namespace, "namespace", "", "namespace to use (default: namespace in metadata)")
cmd.Flags().StringVarP(&opts.tag, "tag", "t", "", "tag to use (default: version in metadata")
cmd.Flags().StringVarP(&opts.tag, "tag", "t", "", "tag to use (default: version in metadata)")
return cmd
}

0 comments on commit 854872f

Please sign in to comment.