diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 15:33:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 15:33:53 -0600 |
| commit | 0b5687f76618025230baa4cf31e56dc1aba52d8b (patch) | |
| tree | 59d20b2a0e0f15e46877c81b570a55023cf5f331 /forgeConfig/main.go | |
| parent | 75dd87e307793869b9dfbe56844f82096f6402fe (diff) | |
autogen more stuffv0.0.11
Diffstat (limited to 'forgeConfig/main.go')
| -rw-r--r-- | forgeConfig/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
