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 {
a := c.Args()
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

Loading…
Cancel
Save