Skip to content

Commit

Permalink
correction to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezzo64 committed Nov 24, 2023
1 parent df34a6a commit c41ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ function buildTeambuilderTables() {
fs.appendFileSync(tableDir, '}\');\n\n');
console.log("DONE");

console.log("writing compressed gz/teambuilder-tables.js.gz...");
console.log("writing compressed data/teambuilder-tables.js.gz...");
child_process.execSync('gzip -c ' + tableDir + ' > ' + tableDir + '.gz');
console.log("DONE");

Expand Down

0 comments on commit c41ad9d

Please sign in to comment.