From a001ef4946201446ec79603171cb84c830484aad Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 08:31:26 -0500 Subject: still doesn't sort --- tableDefault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tableDefault.go') 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 -- cgit v1.2.3