fix: more typos in update logic

This commit is contained in:
Rudra Saraswat 2026-04-04 00:10:58 +01:00
parent 2fdf50dfd2
commit 6a42abc503

View file

@ -51,7 +51,7 @@ class RootFS:
**kwargs, **kwargs,
) )
for dir in ("sys, proc", "dev"): for dir in ("sys", "proc", "dev"):
subprocess.run(["umount", os.path.join(self.rootfs_path, dir)]) subprocess.run(["umount", os.path.join(self.rootfs_path, dir)])
return completedProcess return completedProcess