summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 21:32:06 -0500
committerJeff Carr <[email protected]>2025-10-09 21:32:06 -0500
commitee47b39efae2347e5ee3fff2888a008d4848276b (patch)
treed3d553f3df83eaa16111137e220b0a4a7b0b029c /doPatch.go
parent43932185ea487ec922d3e4a50625b6de22358c2a (diff)
set the terminal titlev0.25.75
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 0805f8d..6a8dcde 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -86,6 +86,9 @@ func doPatchList() (string, error) {
log.Info("no namespace", patch.PatchId, patch.Namespace, patch.Comment)
continue
}
+ if patch.NewHash == "na" {
+ needfix = 1
+ }
newId, newHash, err := isPatchIdApplied(repo, patch)
if errors.Is(err, ErrorGitPullOnDirty) {
log.Info(patch.PatchId, newId, repo.Namespace, "repo dirty", patch.Comment)