Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed May 11, 2022
1 parent 9a0f1a0 commit 60328d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (d *Driver) Start() error {
machineType += ",accel=hvf,highmem=off"
}
startCmd = append(startCmd,
"-M", d.MachineType,
"-M", machineType,
)
}
if d.CPUType != "" {
Expand Down

0 comments on commit 60328d4

Please sign in to comment.