diff --git a/cmd/helm/repo_list.go b/cmd/helm/repo_list.go index b9567df8c..0fd471bb4 100644 --- a/cmd/helm/repo_list.go +++ b/cmd/helm/repo_list.go @@ -59,7 +59,6 @@ func (a *repoListCmd) run() error { return errors.New("no repositories to show") } table := uitable.New() - table.MaxColWidth = 50 table.AddRow("NAME", "URL") for _, re := range f.Repositories { table.AddRow(re.Name, re.URL)