fixed a typo... oops

This commit is contained in:
2012-02-08 15:03:05 +00:00
parent fabd9816aa
commit 7619f8172d

View File

@@ -44,7 +44,7 @@ install_rbenv () {
git_clone 'git://github.com/sstephenson/rbenv.git' "$TARGET/.rbenv"
}
isntall_nvm () {
install_nvm () {
git_clone 'https://github.com/creationix/nvm.git' "$TARGET/.nvm"
}