fixed typeo

This commit is contained in:
2025-12-27 13:25:41 +01:00
parent b7db5eb948
commit 31d9a16d20

View File

@@ -23,6 +23,6 @@ class Command(BaseCommand):
prefix = options['prefix'] prefix = options['prefix']
filename = options['file'] filename = options['file']
if filename is None: if filename is None:
filename = f"{app}.tinyiki.zip" filename = f"{app}.tinywiki.zip"
export_wiki_content(app, filename, prefix, page_version, image_version) export_wiki_content(app, filename, prefix, page_version, image_version)