From 1a446fa952d9294a4aeed28fa92ba7a246aef83c Mon Sep 17 00:00:00 2001 From: Ryan Slade Date: Thu, 14 Jan 2016 17:58:40 +0200 Subject: [PATCH] Update docker.html.md Add a missing quote. --- website/source/docs/drivers/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 5cf65d79c..2534cba2f 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -44,7 +44,7 @@ The following options are available for use in the job specification. before launching the task. For example: ``` - args = ["$nomad.ip", "$MY_ENV", $meta.foo"] + args = ["$nomad.ip", "$MY_ENV", "$meta.foo"] ``` * `labels` - (Optional) A key/value map of labels to set to the containers on