Skip to content

Commit

Permalink
Bootstrap script should pass --default flag, good catch Sutto.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jan 29, 2011
1 parent fae62e1 commit be3799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/bootstrap_rails_environment
Expand Up @@ -106,7 +106,7 @@ if ! abort ; then

printf "=> Using 1.8.7 and setting it as default for new shells\n More information about Rubies can be found at http://rvm.beginrescueend.com/rubies/default/\n"

rvm use $ruby_version
rvm use $ruby_version --default

printf "=> Installing Rails 3 to the default gemset.\n More information about gemsets can be found at http://rvm.beginrescueend.com/gemsets/\n"

Expand Down

0 comments on commit be3799c

Please sign in to comment.