From 5e3be5a44f3515329063af91f5b4570ab3692f38 Mon Sep 17 00:00:00 2001 From: gunjan5 Date: Thu, 4 May 2017 15:59:11 -0700 Subject: [PATCH] fix invalid json --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 1adafccb..1ef68ff3 100644 --- a/SPEC.md +++ b/SPEC.md @@ -355,7 +355,7 @@ Note that the runtime adds the `cniVersion` and `name` fields from configuration "prevResult": { "ip4": { "ip": "10.1.0.3/16", - "gateway": "10.1.0.1", + "gateway": "10.1.0.1" }, "dns": { "nameservers": [ "10.1.0.1" ]