summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 19:36:32 -0500
committerJeff Carr <[email protected]>2025-10-10 19:36:32 -0500
commita2331b90f7d0b11e8ca849ad50e0a4a6d590c109 (patch)
tree5c18610fb66ca27035ec248a94718641ec35e912 /doPatch.go
parent27adaf97bfbf3e4297a0d98778f80ebe7bfe50b1 (diff)
I'm wasting time on this now. need to move on...
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index f044e64..6eb58b6 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -128,6 +128,9 @@ func doPatchProcess() (string, error) {
patch.NewHash = patch.CommitHash
// log.Info(patch.PatchId, newId, repo.Namespace, "patch already applied", patch.Comment)
patch.StateChange = "did already"
+ if patch.State == "was na" {
+ patch.State = "applied"
+ }
continue
}
if newId != patch.PatchId {