mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 05:51:43 +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:
|
||||
fd = open(opts.output, 'w')
|
||||
fd.write('\n'.join(config))
|
||||
fd.write('\n'.join(config)+'\n')
|
||||
fd.close()
|
||||
else:
|
||||
print '\n'.join(config)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user