pmbootstrap status: fix typo

Closes #1991
This commit is contained in:
Alexey Min 2020-12-04 17:11:51 +03:00
parent 5b831d899d
commit 799f4b925b
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def print_checks_chroots_outdated(args, details):
:returns: list of unresolved checklist items """
if pmb.config.workdir.chroots_outdated(args):
logging.info("[NOK] Chroots not zapped recently")
return ["Run 'pmbootststrap zap' to delete possibly outdated chroots"]
return ["Run 'pmbootstrap zap' to delete possibly outdated chroots"]
elif details:
logging.info("[OK ] Chroots zapped recently (or non-existing)")
return []