mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-13 13:00:16 +00:00
👕 Fixes a typo in method name (#702)
This commit is contained in:
committed by
Pascal Vizeli
parent
17904d70d8
commit
f5845564db
@@ -67,7 +67,7 @@ class Tasks(CoreSysAttributes):
|
||||
if addon.version_installed == addon.last_version:
|
||||
continue
|
||||
|
||||
if addon.test_udpate_schema():
|
||||
if addon.test_update_schema():
|
||||
tasks.append(addon.update())
|
||||
else:
|
||||
_LOGGER.warning(
|
||||
|
||||
Reference in New Issue
Block a user