Fix syntax error in 2015.next.json
A string was not closed in the 2015.next.json file. Closed the string and fixed the json syntax error. No content changes. Change-Id: I0687297dfd2fe39d91b92409475f95a7158448e3
This commit is contained in:
parent
32bed9e1c8
commit
61824ddbbd
@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"test-repositories": {
|
"test-repositories": {
|
||||||
"tempest": {
|
"tempest": {
|
||||||
"git-sha: "26149b612d",
|
"git-sha": "26149b612d",
|
||||||
"url": "https://git.openstack.org/cgit/openstack/tempest/"
|
"url": "https://git.openstack.org/cgit/openstack/tempest/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user