Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Set node js endpoint to use https, not http. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nvm.fish
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

# Setup mirror location if not already set
if not test -d "$NVM_NODEJS_ORG_MIRROR"
set NVM_NODEJS_ORG_MIRROR "http://nodejs.org/dist"
set NVM_NODEJS_ORG_MIRROR "https://nodejs.org/dist"
end

# Traverse up in directory tree to find containing folder
Expand Down Expand Up @@ -669,4 +669,4 @@ function nvm
end
end

nvm ls default >/dev/null; and nvm use default >/dev/null; or true
nvm ls default >/dev/null; and nvm use default >/dev/null; or true