summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 04:46:40 -0500
committerJeff Carr <[email protected]>2025-09-11 04:46:40 -0500
commitb46996bac2724ea2a1b9ef11d6ff5cb6faba8a83 (patch)
tree989d0267f85e099bafccd3ca08e11f615b127ac1 /main.go
parent8e67e31bbed9219d93e2f88aeec6040aaf10020f (diff)
common forge.Init()v0.22.93
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() {