fix(helm): remove max column width for repo list

closes #2098
release-2.2
Adam Reese 9 years ago committed by Matt Butcher
parent 1b330722aa
commit 91c34afc66
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -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)

Loading…
Cancel
Save