summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 15:33:53 -0600
committerJeff Carr <[email protected]>2024-11-30 15:33:53 -0600
commit0b5687f76618025230baa4cf31e56dc1aba52d8b (patch)
tree59d20b2a0e0f15e46877c81b570a55023cf5f331 /human.go
parent75dd87e307793869b9dfbe56844f82096f6402fe (diff)
autogen more stuffv0.0.11
Diffstat (limited to 'human.go')
-rw-r--r--human.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/human.go b/human.go
index e870524..67b7952 100644
--- a/human.go
+++ b/human.go
@@ -41,7 +41,7 @@ func (f *Forge) ConfigPrintTable() {
panic("WTF forge == nil")
}
log.Info(standardHeader())
- loop := f.Config.SortByPath()
+ loop := f.Config.SortByGoPath()
for loop.Scan() {
r := loop.Next()
log.Info(f.standardHeader(r))