mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user