Skip to content

Commit

Permalink
Update scripts/copyMimeTypes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
prisis and ST-DDT authored Apr 8, 2022
1 parent 8073a80 commit 28cf9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copyMimeTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fs.readFile(mimeDbPath, 'utf8', (err, data) => {
}

const licence = fs.readFileSync(mimeDbLicencePath, { encoding: 'utf8' });
const mimeTypeFileContent = `// This file is generated by scripts/copyMimeTypes.ts\n// Do not edit this file directly. Instead, update mime-db and run pnpm run copy:mime-types\n\n/*\n${
const mimeTypeFileContent = `// This file is generated by scripts/copyMimeTypes.ts\n// Do not edit this file directly. Instead, update mime-db and run \`pnpm run copy:mime-types\`\n\n/*\n${
licence as string
}*/\n\nexport default ${data as string};\n`;

Expand Down

0 comments on commit 28cf9bc

Please sign in to comment.