2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

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

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}'