Merge pull request #8476 from sshine/sshine-happy-helming

Alter whitespace in "Update Complete" output
This commit is contained in:
Martin Hickey
2020-07-17 09:44:03 +01:00
committed by GitHub

View File

@@ -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!⎈")
}