Skip to content

Commit

Permalink
nodejs: fix variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Wilson Júnior <wilsonpjunior@gmail.com>
  • Loading branch information
wpjunior committed Jun 24, 2015
1 parent 5abaa95 commit af37239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/deploy
Expand Up @@ -16,7 +16,7 @@ if [ -f ${CURRENT_DIR}/.node-version ]; then
nvm install ${NODE_VERSION}
fi

echo "{NODE_VERSION}" > ~/.nvmrc
echo "${NODE_VERSION}" > ~/.nvmrc
. /etc/nvm/nvm.sh


Expand Down

0 comments on commit af37239

Please sign in to comment.