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