Skip to content

Commit

Permalink
Use ruby_version variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Frye committed Dec 22, 2011
1 parent 62604fe commit ac30de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railsready.sh
Expand Up @@ -148,7 +148,7 @@ elif [ $whichRuby -eq 2 ] ; then
echo -e "=> More information about installing rubies can be found at http://rvm.beginrescueend.com/rubies/installing/ \n"
rvm install $ruby_version >> $log_file 2>&1
echo -e "\n==> done..."
echo -e "\n=> Using 1.9.2 and setting it as default for new shells..."
echo -e "\n=> Using $ruby_version and setting it as default for new shells..."
echo "=> More information about Rubies can be found at http://rvm.beginrescueend.com/rubies/default/"
rvm --default use $ruby_version >> $log_file 2>&1
echo "==> done..."
Expand Down

0 comments on commit ac30de2

Please sign in to comment.