This commit is contained in:
pvizeli 2017-04-18 12:34:15 +02:00
parent 86a7f11f64
commit 14ee26ea29

View File

@ -39,7 +39,7 @@ class DockerSupervisor(DockerBase):
_LOGGER.info("Update supervisor docker to %s:%s", self.image, tag)
# update docker image
return self._install(tag):
return self._install(tag)
async def run(self):
"""Run docker image."""