fixing a typo which broke automated tests.

This commit is contained in:
Gareth J. Greenaway 2014-07-07 10:31:08 -07:00
parent efd9f56500
commit e64fbd5c25

View File

@ -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):