summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 00:45:48 -0500
committerJeff Carr <[email protected]>2025-10-07 00:45:48 -0500
commitf0ce0bc4660bf8f6a9457b5beaac7f3dc3679a2c (patch)
tree43e40d9fb6527d17fc19e3b8af1ff15ec1045d2d /doPatch.go
parentd448bbc3c9805cffd859c68099e7cba5db8f17ee (diff)
still notsure
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go3
1 files changed, 2 insertions, 1 deletions
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"
}