mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
af5565859e
commit
d56bc9aae9
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ def _check_dir_meta(name,
|
|||
try:
|
||||
stats = __salt__['file.stats'](name, None, follow_symlinks)
|
||||
except CommandExecutionError:
|
||||
state = {}
|
||||
stats = {}
|
||||
|
||||
changes = {}
|
||||
if not stats:
|
||||
|
|
Loading…
Add table
Reference in a new issue