mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fix obvious typo lurker (architecturess)
This commit is contained in:
parent
fa8042dd53
commit
4386ae6473
@ -853,7 +853,7 @@ def mod_repo(repo, refresh=False, **kwargs):
|
|||||||
else:
|
else:
|
||||||
kwargs['comps'] = list(full_comp_list)
|
kwargs['comps'] = list(full_comp_list)
|
||||||
|
|
||||||
if 'architecturess' in kwargs:
|
if 'architectures' in kwargs:
|
||||||
kwargs['architectures'] = kwargs['architectures'].split(',')
|
kwargs['architectures'] = kwargs['architectures'].split(',')
|
||||||
|
|
||||||
if 'disabled' in kwargs:
|
if 'disabled' in kwargs:
|
||||||
|
Loading…
Reference in New Issue
Block a user