mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix typo
This commit is contained in:
parent
a87e135c8d
commit
1c07eda1ba
@ -154,7 +154,7 @@ def lock(path,
|
||||
max_leases=max_concurrency,
|
||||
ephemeral_lease=ephemeral_lease)
|
||||
|
||||
# forcible get the lock regardless of max_concurrency
|
||||
# forcibly get the lock regardless of max_concurrency
|
||||
if force:
|
||||
SEMAPHORE_MAP[path].assured_path = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user