chore(cloudcmd) rm " "

This commit is contained in:
coderaiser 2014-05-29 02:26:50 -04:00
parent ad548f1796
commit b213c30af2

View file

@ -144,12 +144,12 @@
var filesList, paths = {};
filesList = TMPL_PATH.map(function(name) {
var path = HTML_FS_DIR + name + '.html';
paths[path] = name;
return path;
});
var path = HTML_FS_DIR + name + '.html';
paths[path] = name;
return path;
});
if (Config.ssl)
filesList.push(KEY, CERT);