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")