Skip to content

Commit f0b0547

Browse files
authored
404 message check for different locale
1 parent 3dd82df commit f0b0547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ downloader() {
441441
fi
442442
if [ -n "$_err" ]; then
443443
echo "$_err" >&2
444-
if echo "$_err" | grep -q ' 404: Not Found\.$'; then
444+
if echo "$_err" | grep -q ' 404 Not Found$'; then
445445
err "installer for platform '$3' not found, this may be unsupported"
446446
fi
447447
fi

0 commit comments

Comments
 (0)