1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix typo in backup log message (#149705)

This commit is contained in:
Roman Sivriver
2025-07-30 17:29:26 -04:00
committed by GitHub
parent 1ead01bc9a
commit b4e50902eb
+1 -1
View File
@@ -1119,7 +1119,7 @@ class BackupManager:
)
if unavailable_agents:
LOGGER.warning(
"Backup agents %s are not available, will backupp to %s",
"Backup agents %s are not available, will backup to %s",
unavailable_agents,
available_agents,
)