diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-12 21:53:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-12 21:53:54 +0300 |
| commit | c2671a57fea7457fb24a3d65f5f4a2a1cc65bebe (patch) | |
| tree | 32bf5ef04e61a8c9ae38d2eddc4d48031b8cceaf /internal/types | |
| parent | e012a4e256e5dab4b37c5af318fa5faf1eb55910 (diff) | |
add pending.delete
Diffstat (limited to 'internal/types')
| -rw-r--r-- | internal/types/entry.go | 1 |
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 } } |
