From 9928c63e2b7c83e0a6e9bb78f50959e7968fd898 Mon Sep 17 00:00:00 2001 From: Helga Velroyen <helgav@google.com> Date: Mon, 21 Jan 2013 10:33:35 +0100 Subject: [PATCH] Fix syntax error in QA's sample config The additional comma makes this file invalid JSON. Signed-off-by: Helga Velroyen <helgav@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- qa/qa-sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa-sample.json b/qa/qa-sample.json index 9b96484b6..15be20e6a 100644 --- a/qa/qa-sample.json +++ b/qa/qa-sample.json @@ -26,7 +26,7 @@ "# Default network interface parameters": null, "#default-nicparams": { "mode": "bridged", - "link": "xen-br0", + "link": "xen-br0" }, "os": "debian-etch", -- GitLab