Skip to content

Commit 3dd82df

Browse files
authored
Update rustup-init.sh
1 parent 71d5e98 commit 3dd82df

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 'ERROR 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)