summaryrefslogtreecommitdiff
path: root/forgeConfig/main.go
diff options
context:
space:
mode:
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)