fix: more typos in update logic
This commit is contained in:
parent
2fdf50dfd2
commit
6a42abc503
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue