Skip to content

Commit

Permalink
Fix typo in vfio-menu.py (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphanna authored Jan 27, 2024
1 parent 0d0fce8 commit fd58fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vfio-menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def clear(): print("\n" * 150)
if detectChoice == "1":
os.system('./scripts/extras/vfio-passthrough.py')
elif detectChoice == "2":
os.system('./scripts/hyperchromatic/usb-passthrough.py')
os.system('./scripts/hyperchromiac/usb-passthrough.py')
elif detectChoice == "3":
os.system('./scripts/extras/vfio-check.py')

Expand Down

0 comments on commit fd58fda

Please sign in to comment.