diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-07-28 20:26:16 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-07-28 20:26:16 +0100 |
commit | c3af0ab36fd0aa379f106a9b27f7f1b0e3231672 (patch) | |
tree | fab44ae9f402f57525e24352aa549cecfd22451f /lib | |
parent | 7e0be34c824784e8f95f9f8dceecda66423ffa15 (diff) | |
download | mongo-edu-c3af0ab36fd0aa379f106a9b27f7f1b0e3231672.zip |
version bump
cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configure.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configure.js b/lib/configure.js index fc32acc..2836d71 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -45,7 +45,7 @@ module.exports = function configure(argv, callback) { } function failNoPython() { - console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the PYTHON env variable.'); + console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the ' + 'PYTHON'.green + 'env variable.'); process.exit(0); } |