Skip to content

Commit

Permalink
Merge pull request helm#8476 from sshine/sshine-happy-helming
Browse files Browse the repository at this point in the history
Alter whitespace in "Update Complete" output
  • Loading branch information
hickeyma authored Jul 17, 2020
2 parents 6a53666 + 844e575 commit 241785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/repo_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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!⎈")
}

0 comments on commit 241785c

Please sign in to comment.