Fix for 'restore' command (#7348)

- Fix typo
This commit is contained in:
Oliver 2024-05-27 17:07:57 +10:00 committed by GitHub
parent ea6bdd3ca6
commit bda237a13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,7 +409,7 @@ def restore(
ignore_database=False,
):
"""Restore the database and media files."""
base_cmd = '--no-input --uncompress -v 2'
base_cmd = '--noinput --uncompress -v 2'
if path:
base_cmd += f' -I {path}'