We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
davesnx
mackermans
Learn more about funding links in repositories.
Report abuse
1 parent 3d58118 commit f41bf68Copy full SHA for f41bf68
scripts/install-binary.js
@@ -40,7 +40,7 @@ if (fileExist(path.join(OUTPUT_DIR, JQ_NAME))) {
40
}
41
42
if (process.env.NODE_JQ_SKIP_INSTALL_BINARY === 'true') {
43
- console.log('node-jq is skipping the donwload of jq binary')
+ console.log('node-jq is skipping the download of jq binary')
44
process.exit(0)
45
46
0 commit comments