diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableDefault.go index 458e66c..909a6ca 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -14,7 +14,7 @@ func (f *Forge) PrintTable(pb *gitpb.Repos) { } func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) string { - pb.SortByAge() + pb.SortByUserVersion() tablePB := f.makeDefaultTB(pb) tablePB.PrintTable() var dirty int |
