Update cmd/helm/create.go

Co-Authored-By: a8uhnf <a8uhnf@users.noreply.github.com>
Signed-off-by: hanif <abuhanifa@pathao.com>
pull/4952/head
Jared Allard 7 years ago committed by hanif
parent e1ffd9f3a1
commit 534d5507d9

@ -76,7 +76,7 @@ func newCreateCmd(out io.Writer) *cobra.Command {
return errors.New("the name of the new chart is required") return errors.New("the name of the new chart is required")
} }
if len(args) > 1 { if len(args) > 1 {
return errors.New("command 'create' doesn't support multiple helm-chart creation at a time") return errors.New("command 'create' doesn't support multiple arguments")
} }
cc.name = args[0] cc.name = args[0]
return cc.run() return cc.run()

Loading…
Cancel
Save