http://nodejs.org/dist now redirects to https://nodejs.org/dist
This commit is contained in:
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user