Skip to content

Commit

Permalink
Fixing helm search display format #5148 (#5162)
Browse files Browse the repository at this point in the history
Signed-off-by: ds-ms <desattir@microsoft.com>
  • Loading branch information
thesattiraju authored and Matthew Fisher committed Jan 17, 2019
1 parent 2b7221b commit a4bc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/search.go
Expand Up @@ -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
}

Expand Down

0 comments on commit a4bc9fd

Please sign in to comment.