mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fixing a typo which broke automated tests.
This commit is contained in:
parent
efd9f56500
commit
e64fbd5c25
@ -394,7 +394,7 @@ def install(name=None,
|
||||
if not _latest_version == _version:
|
||||
refreshdb = True
|
||||
|
||||
if 'pkgs':
|
||||
if pkgs:
|
||||
refreshdb = False
|
||||
for pkg in pkgs:
|
||||
if isinstance(pkg, dict):
|
||||
|
Loading…
Reference in New Issue
Block a user