Browse Source

[Refactor] remove unnecessary quotes

Shirsh Zibbu 8 years ago committed by Jordan Harband
parent
commit
dcd008ff61
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 2
      nvm.sh

2
nvm.sh

@ -771,7 +771,7 @@ nvm_strip_iojs_prefix() { @@ -771,7 +771,7 @@ nvm_strip_iojs_prefix() {
if [ "${1-}" = "${NVM_IOJS_PREFIX}" ]; then
nvm_echo
else
nvm_echo "${1#"${NVM_IOJS_PREFIX}"-}"
nvm_echo "${1#${NVM_IOJS_PREFIX}-}"
fi
}

Loading…
Cancel
Save