We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba4216 + 5e0b7a5 commit 66d20beCopy full SHA for 66d20be
install_ruby.sh
@@ -39,7 +39,7 @@ case $RUBY_VERSION in
39
*)
40
read RUBY_DOWNLOAD_URI RUBY_DOWNLOAD_SHA256 < <(get_released_ruby $RUBY_VERSION)
41
if test -z "$RUBY_DOWNLOAD_URI"; then
42
- echo "Unsupported RUBY_VERSION ($RUBY_VERSION)" >2
+ echo "Unsupported RUBY_VERSION ($RUBY_VERSION)" >&2
43
exit 1
44
fi
45
echo $RUBY_DOWNLOAD_URI
0 commit comments