Skip to content

Commit f41bf68

Browse files
authoredSep 1, 2020
fix: fix typo when using NODE_JQ_SKIP_INSTALL_BINARY (#323)
1 parent 3d58118 commit f41bf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/install-binary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (fileExist(path.join(OUTPUT_DIR, JQ_NAME))) {
4040
}
4141

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

0 commit comments

Comments
 (0)
Please sign in to comment.