summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index f2702b0..68dda62 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,10 @@ import (
// go will sit here until the window exits
func main() {
- forge := forgepb.Init()
+ // read in forge info
+ cfg := configInit()
+ forge := forgepb.InitFromConfig(cfg)
+
all := forge.Repos.SortByFullPath()
for all.Scan() {
check := all.Next()