Skip to content

Commit

Permalink
Fix newlines in bundled parameters JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 18, 2017
1 parent ac1a883 commit 1dc27eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reprounzip/reprounzip/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def get_parameter(section):
' },\n'
' "boxes": [\n'
' {\n'
' "name": "^ubuntu$",'
' "name": "^ubuntu$",\n'
' "versions": [\n'
' {\n'
' "version": "^12\\\\.04$",\n'
Expand Down Expand Up @@ -439,7 +439,7 @@ def get_parameter(section):
' },\n'
' "boxes": [\n'
' {\n'
' "name": "^ubuntu$",'
' "name": "^ubuntu$",\n'
' "versions": [\n'
' {\n'
' "version": "^16\\\\.04$",\n'
Expand Down

0 comments on commit 1dc27eb

Please sign in to comment.