summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)
}