mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 14:16:32 +01:00
fixed typeo
This commit is contained in:
@@ -23,6 +23,6 @@ class Command(BaseCommand):
|
||||
prefix = options['prefix']
|
||||
filename = options['file']
|
||||
if filename is None:
|
||||
filename = f"{app}.tinyiki.zip"
|
||||
filename = f"{app}.tinywiki.zip"
|
||||
|
||||
export_wiki_content(app, filename, prefix, page_version, image_version)
|
||||
|
||||
Reference in New Issue
Block a user