From 28571435bb4b64d4f00cc6a2773a19e10203e709 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 8 Jul 2026 14:49:03 +0200 Subject: [PATCH] fix: Improve download error message (#1831) --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index 413a28f..5166d5d 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -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