gitlab: add new line to end of data.json file

This commit is contained in:
Jeff Slight 2020-09-29 13:39:23 -07:00 committed by Milan Pässler
parent f98a6322e6
commit 2cf524c825
2 changed files with 2 additions and 1 deletions

View file

@ -117,6 +117,7 @@ def update_data(rev: str):
with open(data_file_path.as_posix(), 'w') as f:
json.dump(data, f, indent=2)
f.write("\n")
@cli.command('update-rubyenv')