Jordan Harband 2014-10-20 15:48:35 -07:00
parent f0471acbf5
commit 2a61569881
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -50,7 +50,7 @@ unset NVM_SCRIPT_SOURCE 2> /dev/null
# Setup mirror location if not already set
if [ -z "$NVM_NODEJS_ORG_MIRROR" ]; then
export NVM_NODEJS_ORG_MIRROR="http://nodejs.org/dist"
export NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"
fi
nvm_tree_contains_path() {