This commit is contained in:
Chip Warden 2013-06-03 15:12:39 -07:00
commit 14e634459a

View File

@ -10,7 +10,7 @@ if [ -d "$NVM_TARGET" ]; then
fi
# Cloning to $NVM_TARGET
git clone git://github.com/creationix/nvm.git $NVM_TARGET
git clone https://github.com/creationix/nvm.git $NVM_TARGET
echo