summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 23:06:38 -0500
committerJeff Carr <[email protected]>2025-10-25 23:06:38 -0500
commitb115c7e8f6571dec4268b24acc1c5715da547e61 (patch)
tree8d21c0df607e1f8febfe4b169c6424db707ec7b2
parent3ebd66ab4312c59dc54fd6434bd9cad5f4ef21d6 (diff)
didn't work
-rw-r--r--tableDefault.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tableDefault.go b/tableDefault.go
index e7b8d57..458e66c 100644
--- a/tableDefault.go
+++ b/tableDefault.go
@@ -14,6 +14,7 @@ func (f *Forge) PrintTable(pb *gitpb.Repos) {
}
func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) string {
+ pb.SortByAge()
tablePB := f.makeDefaultTB(pb)
tablePB.PrintTable()
var dirty int