This commit is contained in:
Jay Proulx 2013-05-29 09:27:06 -07:00
commit 1b7d8beaee
1 changed files with 1 additions and 1 deletions

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