mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +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())
|
||||
else:
|
||||
_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:
|
||||
_LOGGER.info("Add-on auto update process %d tasks", len(tasks))
|
||||
|
Loading…
x
Reference in New Issue
Block a user