diff options
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 bd65f26..ca958c7 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -15,7 +15,7 @@ func main() { f.Init() if argv.List { - f.PrintTable() + f.ConfigPrintTable() loop := f.SortByPath() // get the list of forge configs for loop.Scan() { r := loop.Next() |
