Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11c7972

Browse files
pickfirekinnison
andauthored
better unsupported error message
Co-authored-by: Daniel Silverstone <[email protected]>
1 parent 8c0ba71 commit 11c7972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ downloader() {
418418
if [ -n "$_err" ]; then
419419
echo "$_err" >&2
420420
if echo "$_err" | grep -q 404$; then
421-
err "unsupported platform $3"
421+
err "installer for platform '$3' not found, this may be unsupported"
422422
fi
423423
fi
424424
return $_status

0 commit comments

Comments
 (0)