From fb782f5b00ea5d0de58c24be35a6a22bf38abcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com> Date: Fri, 6 Jan 2012 15:00:32 +0100 Subject: [PATCH] qa-sample.json: Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RenΓ© Nussbaumer <rn@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 43a4326c9..d8bccb299 100644 --- a/qa/qa-sample.json +++ b/qa/qa-sample.json @@ -18,7 +18,7 @@ "# Instance policy specs": null, "ispec_mem_size_max": 1024, - "ispec_disk_size_min": 512. + "ispec_disk_size_min": 512, "# Lists of disk sizes": null, "disk": ["1G", "512M"], -- GitLab