summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.go b/main.go
index 68dda62..b8e6ab0 100644
--- a/main.go
+++ b/main.go
@@ -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() {