Commit 59229eef authored by Michelle Noorali's avatar Michelle Noorali

ref(helm): add new line after repo remove msg

I think this got lost in a refactor. Was just bothering me.
parent 5ed4dd4d
......@@ -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