Fixes #183 - 'tool' undefined in check_reqs.js

This commit is contained in:
Shazron Abdullah 2015-10-12 16:49:04 -07:00
parent 7af1a9d79b
commit 6f65bb687e

View File

@ -34,7 +34,7 @@ xcode_version.on('close', function (code) {
}
if (ver < XCODEBUILD_MIN_VERSION) {
console.log(util.format('%s : %s. (you have version %s)', tool, XCODEBUILD_NOT_FOUND_MESSAGE, ver));
console.log(util.format('%s : %s. (you have version %s)', TOOL, XCODEBUILD_NOT_FOUND_MESSAGE, ver));
}
}
process.exit(code);