Merge pull request #395 from michelleN/error-punc

ref(*): remove punctuation at end of error
pull/403/head
Michelle Noorali 9 years ago
commit df10e16ce0

@ -46,7 +46,7 @@ func releaseCmd() cli.Command {
func release(c *cli.Context) error { func release(c *cli.Context) error {
a := c.Args() a := c.Args()
if len(a) == 0 { if len(a) == 0 {
return errors.New("'helm release' requires a path to a chart archive or directory.") return errors.New("'helm release' requires a path to a chart archive or directory")
} }
var arch string var arch string

Loading…
Cancel
Save