mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 19:46:29 +00:00
Fix typo in log message when completing snapshot (#2367)
This commit is contained in:
parent
5d3695f8ba
commit
81ad42e029
@ -150,7 +150,7 @@ class SnapshotManager(CoreSysAttributes):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
else:
|
else:
|
||||||
_LOGGER.info("Crating full-snapshot with slug %s completed", snapshot.slug)
|
_LOGGER.info("Creating full-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