mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Correct typo: 'ignore' -> 'ignored' (#947)
This commit is contained in:
parent
71ae334e24
commit
3335bad9e1
@ -72,7 +72,7 @@ class Tasks(CoreSysAttributes):
|
|||||||
tasks.append(addon.update())
|
tasks.append(addon.update())
|
||||||
else:
|
else:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Add-on %s will be ignore, schema tests fails", addon.slug)
|
"Add-on %s will be ignored, schema tests fails", addon.slug)
|
||||||
|
|
||||||
if tasks:
|
if tasks:
|
||||||
_LOGGER.info("Add-on auto update process %d tasks", len(tasks))
|
_LOGGER.info("Add-on auto update process %d tasks", len(tasks))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user