Skip to content

Commit

Permalink
Merge pull request #31 from bwidawsk/orwdir-fix
Browse files Browse the repository at this point in the history
overlay-rwdir: Fix the command
  • Loading branch information
Andrea Righi authored Oct 19, 2023
2 parents 39f29ca + 7b20a5d commit 41c601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtme_ng/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def _get_virtme_overlay_rwdir(self, args):
)
# Add user-specified overlays.
for item in args.overlay_rwdir:
self.virtme_param["overlay_rwdir"] += "--overlay-rwdir " + item
self.virtme_param["overlay_rwdir"] += " --overlay-rwdir " + item

def _get_virtme_run(self, args):
if args.run is not None:
Expand Down

0 comments on commit 41c601b

Please sign in to comment.