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