Browse Source

Add quotes to build output

Ben Firshman 12 years ago
parent
commit
f89e4bc70f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plum/service.py

+ 1 - 1
plum/service.py

@@ -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)