From b115c7e8f6571dec4268b24acc1c5715da547e61 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 Oct 2025 23:06:38 -0500 Subject: didn't work --- tableDefault.go | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3