mirror of https://github.com/docker/compose.git
Add quotes to build output
This commit is contained in:
parent
a5fc880d10
commit
f89e4bc70f
|
@ -115,7 +115,7 @@ class Service(object):
|
|||
return container_options
|
||||
|
||||
def build(self):
|
||||
log.info('Building %s from %s...' % (self.name, self.options['build']))
|
||||
log.info('Building %s from "%s"...' % (self.name, self.options['build']))
|
||||
|
||||
build_output = self.client.build(self.options['build'], stream=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue