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
36410389dc
commit
4a50bac1c2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class AliasedLoader:
|
|||
def __getitem__(self, name):
|
||||
if name in ALIASES:
|
||||
salt.utils.warn_until('Nitrogen', ALIAS_WARN)
|
||||
return self.wrapped[ALIASES['name']]
|
||||
return self.wrapped[ALIASES[name]]
|
||||
else:
|
||||
return self.wrapped[name]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue