mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Initialization fix
This commit is contained in:
parent
510dedd29f
commit
a6c285bd12
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ def latest_version(*names, **kwargs):
|
|||
salt '*' pkg.latest_version <package name>
|
||||
salt '*' pkg.latest_version <package1> <package2> <package3> ...
|
||||
'''
|
||||
ret = {}
|
||||
ret = dict()
|
||||
|
||||
if not names:
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue