commit: 46a5773f66dbd95e4c4ca54b3bf6b7803b5ed17b
parent 2c8b29556b2db9961815bbb45b417c49c94f068a
Author: Dor Askayo <dor.askayo@gmail.com>
Date: Sat, 28 Jan 2023 19:14:20 +0200
Fix a typo in rootfs.py
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rootfs.py b/rootfs.py
@@ -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: