summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 10:04:14 -0500
committerJeff Carr <[email protected]>2025-10-03 10:04:14 -0500
commit57212b9b5c5705d088446a9830c34973300a5ac3 (patch)
treeb252518889c7781fd6b5c2900fbab4acc0341405 /human.go
parent6a1f7098d7caff6c34485b6ea8dd0876f4ab09d8 (diff)
add some config examplesv0.0.160v0.0.159v0.0.158
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 48c9a66..dbbd627 100644
--- a/human.go
+++ b/human.go
@@ -57,7 +57,7 @@ func (f *Forge) ConfigPrintTable() {
return
}
log.Info(standardHeader())
- all := f.Config.SortByGoPath()
+ all := f.Config.All()
for all.Scan() {
r := all.Next()
log.Info(f.standardHeader(r))