Correct typo in bashbrew push --namespace message

This commit is contained in:
Stuart Clark 2016-06-22 05:43:54 +01:00
parent b431d5eac1
commit cae164741c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func cmdPush(c *cli.Context) error {
namespace := c.String("namespace")
if namespace == "" {
return fmt.Errorf(`"--namespace" is a required flag for "tag"`)
return fmt.Errorf(`"--namespace" is a required flag for "push"`)
}
for _, repo := range repos {