diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 14:21:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 14:21:58 -0500 |
| commit | 6d7d74feb41866c0d3b59dac6f938e72efecf37b (patch) | |
| tree | 93ceb44f4dd7a1109a55352bff5e2f92b9a52a5d /windowPatches.go | |
| parent | 9c87e1a04091de3583c4edd0d5f524c7c3e838eb (diff) | |
fixing against new .proto files
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/windowPatches.go b/windowPatches.go index a7d40b5..40f96de 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -117,11 +117,8 @@ func applyPatchLabel(p *forgepb.Patch) string { // log.Info("Could not figure out repo path", rn) return "" } - if p.NewHash == "na" { - return "git am" - } if p.NewHash == "" { - return "new" + return "git am" } return "done" } |
