Browse Source

`nvm ls-remote`: skip io.js lookup when LTS is set.

Jordan Harband 9 years ago
parent
commit
bcb1f0b1c7
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 1
      nvm.sh

1
nvm.sh

@ -2516,6 +2516,7 @@ nvm() {
;; ;;
--lts=*) --lts=*)
LTS="${2##--lts=}" LTS="${2##--lts=}"
NVM_FLAVOR="${NVM_NODE_PREFIX}"
;; ;;
--*) --*)
nvm_err "Unsupported option \"$2\"." nvm_err "Unsupported option \"$2\"."

Loading…
Cancel
Save