From 7619f8172dfa692cf815249cb363af85e2faf2f9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 8 Feb 2012 15:03:05 +0000 Subject: [PATCH] fixed a typo... oops --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 932ba30..0ee9c91 100755 --- a/install.sh +++ b/install.sh @@ -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" }