Commit 8224e334 authored by Marc Jansen's avatar Marc Jansen Committed by Matthew Fisher

Symmetrical asterisks (#5325)

Signed-off-by: 's avatarMarc Jansen <jansen@terrestris.de>
parent 44782e19
...@@ -124,6 +124,6 @@ func updateCharts(repos []*repo.ChartRepository, out io.Writer, home helmpath.Ho ...@@ -124,6 +124,6 @@ func updateCharts(repos []*repo.ChartRepository, out io.Writer, home helmpath.Ho
return errors.New("Update Failed. Check log for details") return errors.New("Update Failed. Check log for details")
} }
fmt.Fprintln(out, "Update Complete. ⎈ Happy Helming!") fmt.Fprintln(out, "Update Complete. ⎈ Happy Helming!")
return nil return nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment