diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 19:36:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 19:36:32 -0500 |
| commit | a2331b90f7d0b11e8ca849ad50e0a4a6d590c109 (patch) | |
| tree | 5c18610fb66ca27035ec248a94718641ec35e912 /doPatch.go | |
| parent | 27adaf97bfbf3e4297a0d98778f80ebe7bfe50b1 (diff) | |
I'm wasting time on this now. need to move on...
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
