VE: Correct name of script in header

Change-Id: I4a76d72dcb22a5ebeb02f6c0b6946c1ef4744185
This commit is contained in:
Ed Sanders 2015-11-18 20:16:13 -08:00
parent eac71ab60f
commit a682d9677f
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ fs.readFile( symbolsFile, function ( err, data ) {
}
}
fs.writeFileSync( cssFile, '/*!\n * This file is GENERATED by tools/getSvgsAndCss.js\n * DO NOT EDIT\n */\n' );
fs.writeFileSync( cssFile, '/*!\n * This file is GENERATED by tools/makeSvgsAndCss.js\n * DO NOT EDIT\n */\n' );
count = 0;
runNext();

View File

@ -1,5 +1,5 @@
/*!
* This file is GENERATED by tools/getSvgsAndCss.js
* This file is GENERATED by tools/makeSvgsAndCss.js
* DO NOT EDIT
*/