Correct typo in bashbrew push --namespace message
This commit is contained in:
parent
b431d5eac1
commit
cae164741c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue