Skip to content

Commit 66d20be

Browse files
authored
Merge pull request #148 from moznion/fix_wrong_redirection
Fix incorrect redirection
2 parents 1ba4216 + 5e0b7a5 commit 66d20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_ruby.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ case $RUBY_VERSION in
3939
*)
4040
read RUBY_DOWNLOAD_URI RUBY_DOWNLOAD_SHA256 < <(get_released_ruby $RUBY_VERSION)
4141
if test -z "$RUBY_DOWNLOAD_URI"; then
42-
echo "Unsupported RUBY_VERSION ($RUBY_VERSION)" >2
42+
echo "Unsupported RUBY_VERSION ($RUBY_VERSION)" >&2
4343
exit 1
4444
fi
4545
echo $RUBY_DOWNLOAD_URI

0 commit comments

Comments
 (0)