mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix typo in install rbenv function
This commit is contained in:
@@ -71,7 +71,7 @@ install_homebrew () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_rbenv () {
|
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"
|
git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user