Skip to content

Commit

Permalink
gitlab: add new line to end of data.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jslight90 authored and Milan Pässler committed Nov 20, 2020
1 parent f98a632 commit 2cf524c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitlab/data.json
Expand Up @@ -10,4 +10,4 @@
"GITLAB_SHELL_VERSION": "13.7.0",
"GITLAB_WORKHORSE_VERSION": "8.46.0"
}
}
}
1 change: 1 addition & 0 deletions pkgs/applications/version-management/gitlab/update.py
Expand Up @@ -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')
Expand Down

0 comments on commit 2cf524c

Please sign in to comment.