diff --git a/lib/server/update.js b/lib/server/update.js index ab81ffdb..c69af6a4 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -56,10 +56,10 @@ stderr : pStderr || pError }; } else - lExec = 'install git to get auto updates (works for cloned version)\n' + - 'or start cloudcmd from root of Cloud Commander dir\n' + - 'git clone http://github.com/coderaiser/cloudcmd'; + lExec = ['install git to get auto updates (works for cloned version)', + 'or start cloudcmd from root of Cloud Commander dir', + 'git clone http://github.com/coderaiser/cloudcmd']; - Util.log(lExec); + Util.logArray(lExec); } })();