mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 00:26:29 +00:00
Fix add-on repair log message (#5719)
This commit is contained in:
parent
1355ef192d
commit
fdd96ae21c
@ -39,7 +39,7 @@ class FixupAddonExecuteRepair(FixupBase):
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
_LOGGER.info("Installing image for addon %s")
|
_LOGGER.info("Installing image for addon %s", reference)
|
||||||
self.attempts += 1
|
self.attempts += 1
|
||||||
await addon.instance.install(addon.version)
|
await addon.instance.install(addon.version)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user