summaryrefslogtreecommitdiff
path: root/internal/types
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-12 21:53:54 +0300
committerPaul Buetow <paul@buetow.org>2024-09-12 21:53:54 +0300
commitc2671a57fea7457fb24a3d65f5f4a2a1cc65bebe (patch)
tree32bf5ef04e61a8c9ae38d2eddc4d48031b8cceaf /internal/types
parente012a4e256e5dab4b37c5af318fa5faf1eb55910 (diff)
add pending.delete
Diffstat (limited to 'internal/types')
-rw-r--r--internal/types/entry.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/types/entry.go b/internal/types/entry.go
index f17c06a..6c0c4be 100644
--- a/internal/types/entry.go
+++ b/internal/types/entry.go
@@ -125,6 +125,7 @@ func (e Entry) Update(other Entry) (Entry, bool, error) {
case otherShared.Is && !shared.Is:
shared.Is = true
e.Shared[otherPlatform] = shared
+ // Update pending
changed = true
}
}