summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 08:31:26 -0500
committerJeff Carr <[email protected]>2025-10-26 08:31:26 -0500
commita001ef4946201446ec79603171cb84c830484aad (patch)
treec8ae49104daee9221b82c3a80bbfba3187284005
parentb115c7e8f6571dec4268b24acc1c5715da547e61 (diff)
still doesn't sortv0.0.190
-rw-r--r--tableDefault.go2
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