From 722b87e4c0933f124de5d20989605567f0900a5c Mon Sep 17 00:00:00 2001 From: Jeff Shen Date: Thu, 21 Jan 2016 16:05:17 -0800 Subject: [PATCH] Change case type to match other comments Changed line 289 to lowercase to match other comments --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 04a51fed..594d738b 100644 --- a/build.js +++ b/build.js @@ -286,7 +286,7 @@ else if (buildSh) { minFilesStr + ' >> ' + path + '\n') } else { - // Change the current working directory + // change the current working directory process.chdir(distributionPath); appendFileContents(filesToInclude, function() {