From 44b8f48a273a0d6f9e27e91fb368c1972744d2c9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 02:37:01 -0500 Subject: work arounds for now --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- cgit v1.2.3