pull/41/head
kewl fft 2020-05-23 22:44:58 -04:00
parent 7c3def3680
commit c9d7c94bbe
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def install_packages(module, packages, use, state, aur_only):
changed_iter = False
for package in packages:
if state == "present":
if state == 'present':
if package_installed(module, package):
rc = 0
continue