diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 08:35:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 08:35:39 -0600 |
| commit | 27d052f513f6ae1f27391bac2769cfc7bf1bd61f (patch) | |
| tree | cc583eb5c1172c11c16022cddb6e60781cfbc92b /forgeConfig/main.go | |
| parent | 0401b949c6f900891f1eefaba41295d2c2a96b07 (diff) | |
attempt to scan ~/go/src
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() |
