Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Sep 25, 2024
1 parent 5eab779 commit be7520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def sandbox_cmd(

if overlay and (overlay / "usr").exists():
cmdline += [
"--overlay-lowerdir", tools / "usr"
"--overlay-lowerdir", tools / "usr",
"--overlay-lowerdir", overlay / "usr",
"--overlay", "/usr",
] # fmt: skip
Expand Down

0 comments on commit be7520d

Please sign in to comment.