diff options
| author | 2026-03-23 05:17:52 +0000 | |
|---|---|---|
| committer | 2026-03-23 05:17:52 +0000 | |
| commit | c8dd7d3b44c93a664dddc0c4619d336c6e13d2a8 (patch) | |
| tree | 335e4d701cf122a77cf5b4c94f9f528242a7d566 /refstore/files/update_prepare_lock.go | |
| parent | Vendor a minimal internal/cpu for AMD64 only (diff) | |
| signature | No signature | |
*: Lints
Diffstat (limited to 'refstore/files/update_prepare_lock.go')
| -rw-r--r-- | refstore/files/update_prepare_lock.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refstore/files/update_prepare_lock.go b/refstore/files/update_prepare_lock.go index d958fc0a..67db9628 100644 --- a/refstore/files/update_prepare_lock.go +++ b/refstore/files/update_prepare_lock.go @@ -12,6 +12,7 @@ func (executor *refUpdateExecutor) prepareUpdateLocks(prepared []preparedUpdate) for _, lockKey := range lockNames { lockPath := refPathFromKey(lockKey) + err := executor.createUpdateLock(lockPath) if err != nil { for _, item := range prepared { |
