Commit 2fa6335c authored by Michelle Noorali's avatar Michelle Noorali Committed by GitHub

Merge pull request #1324 from michelleN/repo-remove-refactor

ref(helm): add new line after repo remove msg
parents 3c98c512 59229eef
......@@ -78,7 +78,7 @@ func removeRepoLine(out io.Writer, name string, home helmpath.Home) error {
return err
}
fmt.Fprintf(out, "%q has been removed from your repositories", name)
fmt.Fprintf(out, "%q has been removed from your repositories\n", name)
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