From: gunjan5 Date: Thu, 4 May 2017 22:59:11 +0000 (-0700) Subject: fix invalid json X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5e3be5a44f3515329063af91f5b4570ab3692f38;p=cni.git fix invalid json --- diff --git a/SPEC.md b/SPEC.md index 1adafcc..1ef68ff 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" ]