summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go5
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"
}