fix: Syntax error

This commit is contained in:
Kroese 2025-10-01 16:39:19 +02:00 committed by GitHub
parent d517a9c236
commit ea483d1557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,7 +318,7 @@ download_windows_eval() {
[[ "$DEBUG" == [Yy1]* ]] && echo "Link for ARM platform currently not available!" [[ "$DEBUG" == [Yy1]* ]] && echo "Link for ARM platform currently not available!"
return 1 return 1
fi ;; fi ;;
esac ;; esac
MIDO_URL="$iso_download_link" MIDO_URL="$iso_download_link"
return 0 return 0