pmb, test: remove redundant commas (MR 2115)

This commit is contained in:
Newbyte 2021-09-26 17:50:11 +02:00
parent 4675def8e6
commit 2d23849aa3
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
23 changed files with 42 additions and 42 deletions

View file

@ -55,6 +55,6 @@ def delete(args, hook, suffix):
def update(args, suffix):
"""
Rebuild and update all hooks, that are out of date
Rebuild and update all hooks that are out of date
"""
pmb.chroot.apk.install(args, list_chroot(args, suffix, False), suffix)