mirror of
https://github.com/helm/helm.git
synced 2026-08-06 16:11:25 +00:00
Merge pull request #8476 from sshine/sshine-happy-helming
Alter whitespace in "Update Complete" output
This commit is contained in:
@@ -96,5 +96,5 @@ func updateCharts(repos []*repo.ChartRepository, out io.Writer) {
|
||||
}(re)
|
||||
}
|
||||
wg.Wait()
|
||||
fmt.Fprintln(out, "Update Complete. ⎈ Happy Helming!⎈ ")
|
||||
fmt.Fprintln(out, "Update Complete. ⎈Happy Helming!⎈")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user