Skip to content

Commit

Permalink
fix: fix typo when using NODE_JQ_SKIP_INSTALL_BINARY (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
gligoran committed Sep 1, 2020
1 parent 3d58118 commit f41bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (fileExist(path.join(OUTPUT_DIR, JQ_NAME))) {
}

if (process.env.NODE_JQ_SKIP_INSTALL_BINARY === 'true') {
console.log('node-jq is skipping the donwload of jq binary')
console.log('node-jq is skipping the download of jq binary')
process.exit(0)
}

Expand Down

0 comments on commit f41bf68

Please sign in to comment.