diff options
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" } |
