mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
fix(gen_tmpfiles): Add trailing newline
This commit is contained in:
parent
31dbe34f10
commit
dcd7b8e990
@ -74,7 +74,7 @@ def main():
|
|||||||
|
|
||||||
if opts.output:
|
if opts.output:
|
||||||
fd = open(opts.output, 'w')
|
fd = open(opts.output, 'w')
|
||||||
fd.write('\n'.join(config))
|
fd.write('\n'.join(config)+'\n')
|
||||||
fd.close()
|
fd.close()
|
||||||
else:
|
else:
|
||||||
print '\n'.join(config)
|
print '\n'.join(config)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user