From f0ce0bc4660bf8f6a9457b5beaac7f3dc3679a2c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 00:45:48 -0500 Subject: still notsure --- doPatch.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doPatch.go b/doPatch.go index fdde0a0..980f496 100644 --- a/doPatch.go +++ b/doPatch.go @@ -111,7 +111,8 @@ func doPatchGet(newpb *forgepb.Sets) { curpatches.Filename = "/tmp/curpatches.pb" if err := curpatches.Load(); err != nil { log.Info(err) - // THIS IS NEEDED? NOTSURE + // return + // // THIS IS NEEDED? NOTSURE curpatches = forgepb.NewPatches() curpatches.Filename = "/tmp/curpatches.pb" } -- cgit v1.2.3