Fix a typo.

master
Sir Robert Burbridge 2023-03-31 10:20:54 -04:00
parent 33cfe58a81
commit c8b8f003c1
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ const xml = minifyXML(
sanitizeXML(
compileRenderedComponents(
await renderXmlWithJson(
readXmlTemplate('rss.template.xml),
readXmlTemplate('rss.template.xml'),
readJson('feed.json')
),