From c3af0ab36fd0aa379f106a9b27f7f1b0e3231672 Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Mon, 28 Jul 2014 20:26:16 +0100 Subject: version bump cleanup --- lib/configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); } -- cgit v1.2.3