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() {
if [ "${1-}" = "${NVM_IOJS_PREFIX}" ]; then if [ "${1-}" = "${NVM_IOJS_PREFIX}" ]; then
nvm_echo nvm_echo
else else
nvm_echo "${1#"${NVM_IOJS_PREFIX}"-}" nvm_echo "${1#${NVM_IOJS_PREFIX}-}"
fi fi
} }

Loading…
Cancel
Save