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

I think this got lost in a refactor. Was just bothering me.
pull/1217/head
Michelle Noorali 9 years ago committed by Ville Aikas
parent 5c864c69e5
commit c0d2be0407

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