Commit 3a578733 authored by Adam Reese's avatar Adam Reese

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

closes #2098
parent d7b7276c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment