Correct typo: 'ignore' -> 'ignored' (#947)

This commit is contained in:
David McNett 2019-03-18 03:02:29 -05:00 committed by Pascal Vizeli
parent 71ae334e24
commit 3335bad9e1

View File

@ -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))