ref(*): remove punctuation at end of error

pull/395/head
Michelle Noorali 10 years ago
parent f78fa91d15
commit be61736773

@ -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