diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 10:46:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 10:46:15 -0500 |
| commit | ca1ffbcda179eded75c6b7b15ffe4a01bccb7b3a (patch) | |
| tree | 257de20f74dc49e011249f20254baea6ca80e5a9 /doPatch.go | |
| parent | 1bef41fd6fe7cdac1b9dc1a10037cd12d6e6a603 (diff) | |
better names
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ func doPatchProcess() (string, error) { // log.Info("a patch with that comment couldn't be found in the repo") } else if err != nil { // log.Info(patch.PatchId, newId, repo.Namespace, err, patch.Comment) - patch.State = "BAD applied err" - patch.StateChange = "BAD applied err" + patch.State = "applied err" + patch.StateChange = log.Sprintf("%v", err) // return "isPatchIdApplied() error", patch.Error(err) } if newId == "" { |
