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

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

I think this got lost in a refactor. Was just bothering me.
parent 5ed4dd4d
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
}
......
Supports Markdown
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