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