Fix a typo in rootfs.py

This commit is contained in:
Dor Askayo 2023-01-28 19:14:20 +02:00
parent 2c8b29556b
commit 46a5773f66
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def main():
# Tmp validation
if args.bwrap and args.tmpfs:
raise ValueError("tmpfs cannot be used writh bwrap.")
raise ValueError("tmpfs cannot be used with bwrap.")
# bootstrap.cfg
if args.bare_metal: