aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/update_prepare_lock.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-23 05:17:52 +0000
committerGravatar Runxi Yu2026-03-23 05:17:52 +0000
commitc8dd7d3b44c93a664dddc0c4619d336c6e13d2a8 (patch)
tree335e4d701cf122a77cf5b4c94f9f528242a7d566 /refstore/files/update_prepare_lock.go
parentVendor a minimal internal/cpu for AMD64 only (diff)
signatureNo signature
*: Lints
Diffstat (limited to 'refstore/files/update_prepare_lock.go')
-rw-r--r--refstore/files/update_prepare_lock.go1
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 {