Skip to content

Commit

Permalink
[Refactor] remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirsh Zibbu authored and ljharb committed Mar 7, 2017
1 parent 039afb9 commit dcd008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dcd008f

Please sign in to comment.