summaryrefslogtreecommitdiff
path: root/forgeConfig/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 01:31:54 -0600
committerJeff Carr <[email protected]>2024-11-30 01:31:54 -0600
commitd972937cca56565ed4b7f53f708530992f98646b (patch)
tree21455c80f53ec7b0a044b25a1c6f1672d6d7903d /forgeConfig/main.go
parent09d9c36f76f4810087bc0acfa9854d61bfd3db86 (diff)
move Clone() herev0.0.8
Diffstat (limited to 'forgeConfig/main.go')
-rw-r--r--forgeConfig/main.go2
1 files changed, 1 insertions, 1 deletions
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)