Skip to content

Commit

Permalink
Remove illegal char from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jan 7, 2025
1 parent 04e7dfd commit fbb509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function build(buildPaths, baseRef, lastEdRef, docMetadata) {
}

if (docMetadata.pubDateTime !== null) {
generatedFiles.pdf += `:${docMetadata.pubDateTime}`
generatedFiles.pdf += ` (${docMetadata.pubDateTime})`
}

if (docMetadata.pubPart !== null) {
Expand Down

0 comments on commit fbb509c

Please sign in to comment.