diff options
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 } } |
