mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
fix bug
This commit is contained in:
parent
b05f2db023
commit
29ac861b87
@ -195,7 +195,7 @@ class AddonsData(Config):
|
||||
"""Return image name of addon."""
|
||||
if ATTR_IMAGE not in self._addons_data[addon]:
|
||||
return "{}/addon_{}".format(
|
||||
DOCKER_REPO, self._addons_data.get_slug(addon))
|
||||
DOCKER_REPO, self.get_slug(addon))
|
||||
|
||||
return self._addons_data[addon][ATTR_IMAGE]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user