Skip to content

Commit

Permalink
Merge pull request #172 from knuton/run-qemu-typo
Browse files Browse the repository at this point in the history
Fix a typo in run-in-vm
  • Loading branch information
knuton authored Sep 5, 2024
2 parents 934071a + b1dd933 commit 9cfed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/run-in-vm/run-in-vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def run_disk(disk, qemu_opts=DEFAULT_QEMU_OPTS):

def _qemu(opts):
try:
print("Staring QEMU:")
print("Starting QEMU:")
print('\t' + ' '.join([QEMU_SYSTEM_X86_64] + opts))
subprocess.run([QEMU_SYSTEM_X86_64] + opts, check=True)
except KeyboardInterrupt:
Expand Down

0 comments on commit 9cfed4e

Please sign in to comment.