mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 05:53:50 +03:00
grammatical correction always many packages at this point
This commit is contained in:
2
aur.py
2
aur.py
@@ -109,7 +109,7 @@ def check_packages(module, packages):
|
||||
if would_be_changed:
|
||||
status = True
|
||||
if (len(packages) > 1):
|
||||
message = '{} package(s) would be installed'.format(len(would_be_changed))
|
||||
message = '{} packages would be installed'.format(len(would_be_changed))
|
||||
else:
|
||||
message = 'package would be installed'
|
||||
else:
|
||||
|
Reference in New Issue
Block a user