mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix typo
This commit is contained in:
parent
03e8ad7f7e
commit
943dbcc1c5
@ -784,7 +784,7 @@ class Loader(object):
|
||||
mod.__salt__ = funcs
|
||||
elif not in_pack(pack, '__salt__') and \
|
||||
(str(mod.__name__).startswith('salt.loaded.int.grain') or
|
||||
str(mod.__name__).startswith('salt.loaded.int.grain')):
|
||||
str(mod.__name__).startswith('salt.loaded.ext.grain')):
|
||||
mod.__salt__.update(funcs)
|
||||
return funcs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user