diff --git a/tasks.py b/tasks.py index 7c6cebca60..3ef8e47300 100644 --- a/tasks.py +++ b/tasks.py @@ -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}'