bundler, not bundle

This commit is contained in:
Seth Vargo 2015-05-30 20:44:59 -07:00
parent 4e23b0293f
commit f2733ab631
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ curl -sSL https://get.rvm.io | bash -s stable
. ~/.bash_profile
rvm install 2.0.0
rvm --default use 2.0.0
gem install bundle
gem install bundler
cd /vagrant
bundle
SCRIPT