Skip to content

Commit

Permalink
ref(helm): add new line after repo remove msg
Browse files Browse the repository at this point in the history
I think this got lost in a refactor. Was just bothering me.
  • Loading branch information
Michelle Noorali committed Oct 10, 2016
1 parent 5ed4dd4 commit 59229ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/repo_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 59229ee

Please sign in to comment.