Commit a4bc9fd7 authored by Deepak Sattiraju's avatar Deepak Sattiraju Committed by Matthew Fisher

Fixing helm search display format #5148 (#5162)

Signed-off-by: 's avatards-ms <desattir@microsoft.com>
parent 2b7221b5
......@@ -154,7 +154,7 @@ func (s *searchCmd) buildIndex() (*search.Index, error) {
f := s.helmhome.CacheIndex(n)
ind, err := repo.LoadIndexFile(f)
if err != nil {
fmt.Fprintf(s.out, "WARNING: Repo %q is corrupt or missing. Try 'helm repo update'.", n)
fmt.Fprintf(s.out, "WARNING: Repo %q is corrupt or missing. Try 'helm repo update'.\n", n)
continue
}
......
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