From 97f2a9a1b8ec78c41e1f63c75865692a16107f01 Mon Sep 17 00:00:00 2001 From: Cosmo Petrich Date: Tue, 5 Apr 2016 14:24:40 +1000 Subject: [PATCH] Fix syntax errors in example JSON job spec --- website/source/docs/jobspec/json.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/json.html.md b/website/source/docs/jobspec/json.html.md index e7743a6e0..bfdbde4c5 100644 --- a/website/source/docs/jobspec/json.html.md +++ b/website/source/docs/jobspec/json.html.md @@ -85,12 +85,13 @@ Below is an example of a json object that submits a `Periodic` job to Nomad: "Resources": { "Networks": [ { + "Mbits": 10, "DynamicPorts": [ { "Value": 0, "Label": "db" } - ], + ] } ], "IOPS": 0,