From d7e2407bc967c99bdbe7b94257cdbbb852c9437a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 8 Oct 2021 02:42:08 +0100 Subject: [PATCH] Correct typo --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index b863401..e0cafa3 100755 --- a/quickemu +++ b/quickemu @@ -666,7 +666,7 @@ function vm_boot() { args+=(-drive media=cdrom,index=1,file="${fixed_iso}") fi - # Attached the unattended configuration to Windows guests when booting from ISO + # Attach the unattended configuration to Windows guests when booting from ISO if [ -n "${iso}" ] && [ "${guest_os}" == "windows" ] && [ -e "${VMDIR}/unattended.iso" ]; then # shellcheck disable=SC2054 args+=(-drive media=cdrom,index=2,file="${VMDIR}/unattended.iso")