Commit f81ac9f5 authored by vaikas-google's avatar vaikas-google

Add missing newline to HELM_HOME info output string

parent 1c529d46
...@@ -111,6 +111,6 @@ func ensureHome() error { ...@@ -111,6 +111,6 @@ func ensureHome() error {
return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile) 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 return nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment