Fix typo in install rbenv function

This commit is contained in:
2016-12-24 17:11:02 +00:00
parent f00fe0666e
commit cbe05d9b0f

View File

@@ -71,7 +71,7 @@ install_homebrew () {
}
install_rbenv () {
git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv"
git_clone 'https://github.com/rbenv/rbenv.git' "$TARGET/.rbenv"
git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build"
}