Add missing newline to HELM_HOME info output string

pull/666/head
vaikas-google 9 years ago
parent 1c529d46c9
commit f81ac9f5b7

@ -111,6 +111,6 @@ func ensureHome() error {
return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile)
}
fmt.Printf("$HELM_HOME has been configured at %s.", helmHome)
fmt.Printf("$HELM_HOME has been configured at %s.\n", helmHome)
return nil
}

Loading…
Cancel
Save