Fixing helm search display format #5148 (#5162)

Signed-off-by: ds-ms <desattir@microsoft.com>
pull/5183/head
Deepak Sattiraju 6 years ago committed by Matthew Fisher
parent 2b7221b5b7
commit a4bc9fd733

@ -154,7 +154,7 @@ func (s *searchCmd) buildIndex() (*search.Index, error) {
f := s.helmhome.CacheIndex(n) f := s.helmhome.CacheIndex(n)
ind, err := repo.LoadIndexFile(f) ind, err := repo.LoadIndexFile(f)
if err != nil { 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 continue
} }

Loading…
Cancel
Save