mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix typo
This commit is contained in:
parent
641c5aa29f
commit
7f3a5eed54
@ -1995,7 +1995,7 @@ class ClearFuncs(object):
|
||||
# if this a compound function
|
||||
else:
|
||||
funs_to_check = clear_load['fun']
|
||||
for func in funs_to_check:
|
||||
for fun in funs_to_check:
|
||||
if re.match(module_re, fun):
|
||||
good = False
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user