fix: Improve download error message (#1831)

This commit is contained in:
Kroese
2026-07-08 14:49:03 +02:00
committed by GitHub
parent 633cbefb86
commit 28571435bb
+1 -1
View File
@@ -213,7 +213,7 @@ downloadWindows() {
fi
if echo "$linkJson" | grep -q "We are unable to complete your request at this time."; then
error "Microsoft blocked the automated download request based on your IP address."
error "Microsoft blocked the automated download request."
return 1
fi