Skip to content

Commit

Permalink
Merge pull request #1432 from davidebbo/patch-1
Browse files Browse the repository at this point in the history
Fix logic that determines npm version to use
  • Loading branch information
jasoncalabrese committed Dec 28, 2015
2 parents 377a8f7 + bc2f124 commit 898513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -78,7 +78,7 @@ selectNodeVersion () {
exitWithMessageOnError "getting node version failed"
fi

if [[ -e "$DEPLOYMENT_TEMP/.tmp" ]]; then
if [[ -e "$DEPLOYMENT_TEMP/__npmVersion.tmp" ]]; then
NPM_JS_PATH=`cat "$DEPLOYMENT_TEMP/__npmVersion.tmp"`
exitWithMessageOnError "getting npm version failed"
fi
Expand Down

0 comments on commit 898513c

Please sign in to comment.