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:
Chris Hoge 2015-06-09 12:29:16 -07:00
parent 32bed9e1c8
commit 61824ddbbd

View File

@ -42,7 +42,7 @@
},
"test-repositories": {
"tempest": {
"git-sha: "26149b612d",
"git-sha": "26149b612d",
"url": "https://git.openstack.org/cgit/openstack/tempest/"
}
},