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

closes #2098
pull/2102/head
Adam Reese 8 years ago
parent d7b7276ca1
commit 3a5787335e

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