From d972937cca56565ed4b7f53f708530992f98646b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 01:31:54 -0600 Subject: move Clone() here --- 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 3ce6c7d..b1e496c 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -15,7 +15,7 @@ func main() { if argv.List { f.ConfigPrintTable() - loop := f.SortByPath() // get the list of forge configs + loop := f.Config.SortByPath() // get the list of forge configs for loop.Scan() { r := loop.Next() log.Info("repo:", r.GoPath) -- cgit v1.2.3