Commit f65f25a4

mo khan <mo@mokhan.ca>
2014-10-31 19:21:41
install rbenv update in the rbenv dir.
1 parent 5667cdf
Changed files (1)
script/bootstrap-vagrant-user.sh
@@ -4,7 +4,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
 source ~/.bash_profile
 git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
 git clone https://github.com/tpope/rbenv-ctags.git ~/.rbenv/plugins/rbenv-ctags
-git clone https://github.com/rkh/rbenv-update.git ~/plugins/rbenv-update
+git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update
 git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
 rbenv update
 rbenv install 2.1.4