From 4a0c2e96d036056d41bc302f7db82a4643babbab Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Mon, 26 Sep 2016 16:26:07 +0200 Subject: [PATCH] Fix syntax error in JSON example --- website/source/docs/jobspec/json.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobspec/json.html.md b/website/source/docs/jobspec/json.html.md index 69433e358..288703627 100644 --- a/website/source/docs/jobspec/json.html.md +++ b/website/source/docs/jobspec/json.html.md @@ -58,7 +58,7 @@ Below is an example of a JSON object that submits a `Periodic` job to Nomad: "Env": { "foo": "bar", "baz": "pipe" - } + }, "Services": [ { "Name": "cache-redis", @@ -97,7 +97,7 @@ Below is an example of a JSON object that submits a `Periodic` job to Nomad: ], "DynamicPorts": [ { - "Label": "db", + "Label": "db" } ], "MBits": 10