Skip to content

Commit

Permalink
Fixes #183 - 'tool' undefined in check_reqs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Oct 12, 2015
1 parent 7af1a9d commit 6f65bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_reqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6f65bb6

Please sign in to comment.