Change case type to match other comments

Changed line 289 to lowercase to match other comments
This commit is contained in:
Jeff Shen 2016-01-21 16:05:17 -08:00
parent 3336c625a7
commit 722b87e4c0

View file

@ -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() {