Skip to content

Commit

Permalink
Merge branch 'main' into fix/code_spell_1139
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Oct 25, 2024
2 parents fd5fda8 + 2951f04 commit 6abd2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.
curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/\${PREV_NVM_VERSION}/install.sh" | bash
NVM_VERSION="\${PREV_NVM_VERSION}"
}
source "${NVM_DIR}/nvm.sh"
[ -s "${NVM_DIR}/nvm.sh" ] && source "${NVM_DIR}/nvm.sh"
if [ "${NODE_VERSION}" != "" ]; then
nvm alias default "${NODE_VERSION}"
fi
Expand Down

0 comments on commit 6abd2fe

Please sign in to comment.