http://nodejs.org/dist now redirects to https://nodejs.org/dist
parent
f0471acbf5
commit
2a61569881
2
nvm.sh
2
nvm.sh
|
@ -50,7 +50,7 @@ unset NVM_SCRIPT_SOURCE 2> /dev/null
|
||||||
|
|
||||||
# Setup mirror location if not already set
|
# Setup mirror location if not already set
|
||||||
if [ -z "$NVM_NODEJS_ORG_MIRROR" ]; then
|
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
|
fi
|
||||||
|
|
||||||
nvm_tree_contains_path() {
|
nvm_tree_contains_path() {
|
||||||
|
|
Loading…
Reference in New Issue