summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 02:31:45 -0500
committerJeff Carr <[email protected]>2025-09-11 02:31:45 -0500
commit7ab21831a0fe606506e8d8260328f4523b2798ce (patch)
tree4e267ef0c188c15dca9880f1e6fd03fd7c9d06f3 /main.go
parent1b9e9c7518a91192c657121e62754034e512638a (diff)
notsure. did things break somehow?
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index c9a4061..484e4a5 100644
--- a/main.go
+++ b/main.go
@@ -55,6 +55,7 @@ func main() {
badExit(err)
}
me.forge = forgepb.InitFromConfig(cfg)
+ me.forge.InitScan()
// initialize patches
doPatchInit()