Commit a90638e4 authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #2102 from adamreese/fix/2098-repo-list

fix(helm): remove max column width for repo list
parents 5334ba93 3a578733
......@@ -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