Merge pull request #778 from williamboman/chore/rewording

nvm.sh: s/copying/reinstalling/
Jordan Harband 2015-07-02 12:44:37 -07:00
commit fb2f1ac627
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -1744,7 +1744,7 @@ $NVM_LS_REMOTE_IOJS_OUTPUT" | command grep -v "N/A" | sed '/^$/d')"
local INSTALLS
INSTALLS=$(echo "$NPMLIST" | command sed -e '/ -> / d' -e '/\(empty\)/ d' -e 's/^.* \(.*\)@.*/\1/' -e '/^npm$/ d' | command xargs)
echo "Copying global packages from $VERSION..."
echo "Reinstalling global packages from $VERSION..."
echo "$INSTALLS" | command xargs npm install -g --quiet
local LINKS