From 49d2caf57e736ae0a7c562e9643eb6d9162a78a3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 11 Nov 2013 09:45:02 +0000 Subject: [PATCH] chore(cloudcmd) rm " " --- cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 1b1b6612..dca5b3c0 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -149,7 +149,7 @@ if (pErrors) Util.log(pErrors); else { - FileTemplate = pFiles[FILE_TMPL].toString(); + FileTemplate = pFiles[FILE_TMPL].toString(); PathTemplate = pFiles[PATH_TMPL].toString(); if (Config.ssl)