Skip to content

Commit

Permalink
quickfix multipass launch parameter (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesimeon authored Dec 12, 2023
1 parent be61e29 commit 6ebd8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/vm_providers/_multipass/_multipass_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def launch(
if cpus is not None:
cmd.extend(["--cpus", cpus])
if mem is not None:
cmd.extend(["--mem", mem])
cmd.extend(["--memory", mem])
if disk is not None:
cmd.extend(["--disk", disk])
try:
Expand Down

0 comments on commit 6ebd8ba

Please sign in to comment.