This commit is contained in:
Ian Gulliver
2016-03-31 12:42:14 -07:00
parent 33dc9983b3
commit f580d4e683

View File

@@ -244,7 +244,7 @@ class ImageBuilder(object):
path = os.path.join(chroot_path, 'iconograph', 'client', 'flags')
with open(path, 'w') as fh:
fh.write('--image-type=%(image_type)s --base-url=%(base_url)s' % {
fh.write('--image-type=%(image_type)s --base-url=%(base_url)s\n' % {
'image_type': self._image_type,
'base_url': self._base_url,
})