mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +00:00
Fix small typo in log message (#2604)
This commit is contained in:
parent
15544ae589
commit
bb44ce5cd2
@ -494,7 +494,7 @@ class DockerAddon(DockerInterface):
|
||||
"""
|
||||
build_env = AddonBuild(self.coresys, self.addon)
|
||||
if not build_env.is_valid:
|
||||
_LOGGER.error("Invalid build envoirement, can't build this add-on!")
|
||||
_LOGGER.error("Invalid build environment, can't build this add-on!")
|
||||
raise DockerError()
|
||||
|
||||
_LOGGER.info("Starting build for %s:%s", self.image, version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user