summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
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"
}