Fix for 'restore' command (#7348) (#7349)

- Fix typo

(cherry picked from commit bda237a13f)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2024-05-27 17:11:55 +10:00 committed by GitHub
parent d1042cde0e
commit 54f2072e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,7 +408,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}'