summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 02:37:01 -0500
committerJeff Carr <[email protected]>2025-10-07 02:37:01 -0500
commit44b8f48a273a0d6f9e27e91fb368c1972744d2c9 (patch)
treee84ec6d0257b19fda7120bf8c67b3ea434753a67 /main.go
parent5b277e7686974d2195586d5f5b82838ee9ddb036 (diff)
work arounds for nowv0.0.63v0.0.62v0.0.61v0.0.60
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 e78bae6..cbd9837 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var resources embed.FS
var HOSTNAME string = "forge.wit.com"
func saveMissing() error {
- err := me.missing.Save(filepath.Join(me.forge.Config.ReposDir, "missing.pb"))
+ err := me.missing.SaveValidate(filepath.Join(me.forge.Config.ReposDir, "missing.pb"))
if err != nil {
log.Info("failed to save missing.pb", err)
}