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

Commit 182706c

Browse files
pickfirekinnison
andauthored
better unsupported error message
Co-authored-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent be4854b commit 182706c

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
@@ -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)