From 61824ddbbdcf1cc3e35117060b0df47ad010bcf6 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Tue, 9 Jun 2015 12:29:16 -0700 Subject: [PATCH] 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 --- 2015.next.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015.next.json b/2015.next.json index 57e7ee10..08af2eda 100644 --- a/2015.next.json +++ b/2015.next.json @@ -42,7 +42,7 @@ }, "test-repositories": { "tempest": { - "git-sha: "26149b612d", + "git-sha": "26149b612d", "url": "https://git.openstack.org/cgit/openstack/tempest/" } },