One last fix to YAML format
This commit is contained in:
parent
19504735af
commit
3d496425f8
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user