mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +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
|
||||
|
||||
_LOGGER.info("Installing image for addon %s")
|
||||
_LOGGER.info("Installing image for addon %s", reference)
|
||||
self.attempts += 1
|
||||
await addon.instance.install(addon.version)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user