From b962215d1ae449ba6b9b70f842aab9d96c39efde Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Mar 2014 06:05:52 -0500 Subject: [PATCH] fix(cloudcmd) init: nameStr -> names --- cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 7d8d6d31..5201606e 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -180,7 +180,7 @@ return path.basename(name); }); - msg = CloudFunc.formatMsg('read', namesStr, status); + msg = CloudFunc.formatMsg('read', names, status); Util.log(msg); server.start(params);