mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix typo
This commit is contained in:
parent
c91a593507
commit
c0923a236c
@ -43,7 +43,7 @@ class FunctionWrapper(object):
|
||||
self.fsclient = fsclient
|
||||
self.kwargs.update(kwargs)
|
||||
self.aliases = aliases
|
||||
if self.alises is None:
|
||||
if self.aliases is None:
|
||||
self.aliases = {}
|
||||
|
||||
def __contains__(self, key):
|
||||
|
Loading…
Reference in New Issue
Block a user