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

I think this got lost in a refactor. Was just bothering me.
pull/1324/head
Michelle Noorali 8 years ago
parent 5ed4dd4d90
commit 59229eefee

@ -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
}

Loading…
Cancel
Save