Skip to content

Commit d4e868a

Browse files
typo
1 parent ba605be commit d4e868a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mealie/services/backups_v2/backup_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def restore(self, backup_path: Path) -> None:
8383
# Validation
8484
if not contents.validate():
8585
self.logger.error(
86-
"Invalid backup file. file does not contain required elements (data directory and database.json"
86+
"Invalid backup file. file does not contain required elements (data directory and database.json)"
8787
)
8888
raise ValueError("Invalid backup file")
8989

0 commit comments

Comments
 (0)