From 0b5687f76618025230baa4cf31e56dc1aba52d8b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 15:33:53 -0600 Subject: autogen more stuff --- forgeConfig/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forgeConfig') diff --git a/forgeConfig/main.go b/forgeConfig/main.go index b1e496c..8ca4bf9 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -15,7 +15,7 @@ func main() { if argv.List { f.ConfigPrintTable() - loop := f.Config.SortByPath() // get the list of forge configs + loop := f.Config.SortByGoPath() // get the list of forge configs for loop.Scan() { r := loop.Next() log.Info("repo:", r.GoPath) -- cgit v1.2.3