diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,9 +7,7 @@ import ( // go will sit here until the window exits func main() { - // read in forge info - cfg := configInit() - forge := forgepb.InitFromConfig(cfg) + forge := forgepb.Init() all := forge.Repos.SortByFullPath() for all.Scan() { |
