From a67346e3e1a12b0b2ff85661717b8d3f52cda056 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 30 Dec 2014 14:01:27 +0100 Subject: [PATCH] whitespace --- bin/installit | 4 ++-- server.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/installit b/bin/installit index 9c03cc0..6b26fda 100755 --- a/bin/installit +++ b/bin/installit @@ -11,8 +11,8 @@ cd ${base_dir} unameStr=`uname` if [[ "${unameStr}" == 'Linux' ]]; then - SED='sed -i_orig ' - CURL='wget ' + SED='sed -i_orig ' + CURL='wget ' elif [[ "${unameStr}" == 'Darwin' ]]; then SED='sed -i _orig' CURL='curl -O ' diff --git a/server.js b/server.js index d2d2752..0aa132a 100644 --- a/server.js +++ b/server.js @@ -185,7 +185,7 @@ MongoClient.connect(config.mongo.server, config.mongo.options, function connecti if (config.debug) { config.debug('routes', app.routes); } - return console.log('Server running at http://127.0.0.1:', config.port); + return console.log('Server running at http://127.0.0.1:' + config.port); }); });