Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit bae59cb

Browse files
authored
better unsupported error message
1 parent 182706c commit bae59cb

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
@@ -442,7 +442,7 @@ downloader() {
442442
if [ -n "$_err" ]; then
443443
echo "$_err" >&2
444444
if echo "$_err" | grep -q 'ERROR 404: Not Found\.$'; then
445-
err "unsupported platform $3"
445+
err "installer for platform '$3' not found, this may be unsupported"
446446
fi
447447
fi
448448
return $_status

0 commit comments

Comments
 (0)