mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
fix typo (#2372)
This commit is contained in:
parent
7b812184d1
commit
d1cb2368fa
@ -202,7 +202,7 @@ class SnapshotManager(CoreSysAttributes):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"Crating partial-snapshot with slug %s completed", snapshot.slug
|
"Creating partial-snapshot with slug %s completed", snapshot.slug
|
||||||
)
|
)
|
||||||
self.snapshots_obj[snapshot.slug] = snapshot
|
self.snapshots_obj[snapshot.slug] = snapshot
|
||||||
return snapshot
|
return snapshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user