chore(config) add " "

This commit is contained in:
coderaiser 2015-08-11 05:48:36 -04:00
parent 5ff1de40d7
commit f5bd52bac9

View file

@ -36,7 +36,7 @@
if (error) {
if (error.code !== 'ENOENT')
console.error('cloudcmd --config ~/.cloudcmd.json:', error.message);
error = tryCatch(function() {
config = readjson.sync(ConfigPath);
});