summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2014-09-07 22:29:24 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2014-09-07 22:29:24 +0100
commita758fb345b3f4ce4e231f8ed2ddd4d9b5f5fef3a (patch)
tree021c59e8c82c561ef73ce46208f2a8778007c540
parent45bd47e536e2bf3706cae2be526de313f042bf36 (diff)
downloadmongo-edu-a758fb345b3f4ce4e231f8ed2ddd4d9b5f5fef3a.zip
cleanup
-rw-r--r--lib/configure.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configure.js b/lib/configure.js
index 2836d71..670ede7 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'.green + '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);
}