One last fix to YAML format

This commit is contained in:
Scott Hussey 2017-06-23 08:30:10 -05:00
parent 19504735af
commit 3d496425f8

View File

@ -64,7 +64,7 @@ class BootdataResource(StatefulResource):
if t is not None:
part_list.extend([i.document for i in tag_parts])
resp.body = "---" + "---\n".join(part_list) + "..."
resp.body = "---\n" + "---\n".join(part_list) + "\n..."
return
systemd_definition = \