summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-05 07:09:47 -0500
committerJeff Carr <[email protected]>2025-09-05 07:24:24 -0500
commitb2af891b203ba28b74dc703e423fc7691cb3a3f1 (patch)
tree411250f05e0a257da9e71e74e7e32f7cfa4cbdc6 /main.go
parent1442d4f6c5b2940a1bafd0fe05fe5bed32015344 (diff)
builds. puts http headers in protobufv0.0.21
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ec0be67..eb2f68f 100644
--- a/main.go
+++ b/main.go
@@ -54,7 +54,7 @@ func main() {
me.forge = forgepb.RawInitPB()
- if err := me.forge.LoadPatchsets(); err != nil {
+ if err := me.forge.InitPatchsets(); err != nil {
log.Info("patches failed to open", err)
}