asterisk: fix missing newline in json
(cherry picked from commit 823ac1645025b68cf9a2fcab02c597619efc06bb)
This commit is contained in:
parent
67ca9c8126
commit
a8a96f20e6
@ -33,4 +33,4 @@ except:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
with open("versions.json", "w") as out_file:
|
with open("versions.json", "w") as out_file:
|
||||||
out_file.write(json.dumps(out, sort_keys=True, indent=2))
|
out_file.write(json.dumps(out, sort_keys=True, indent=2) + "\n")
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
"sha256": "e7d78716a0deeadf24b7d537cd24c11c2d9a096265eefc9470565c4da0fc54c7",
|
"sha256": "e7d78716a0deeadf24b7d537cd24c11c2d9a096265eefc9470565c4da0fc54c7",
|
||||||
"version": "18.5.1"
|
"version": "18.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user