diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:45:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:45:48 -0500 |
| commit | f0ce0bc4660bf8f6a9457b5beaac7f3dc3679a2c (patch) | |
| tree | 43e40d9fb6527d17fc19e3b8af1ff15ec1045d2d /doPatch.go | |
| parent | d448bbc3c9805cffd859c68099e7cba5db8f17ee (diff) | |
still notsure
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |
