From 09395db6b3e116892c3ba91a9fdcb99427a1119c Mon Sep 17 00:00:00 2001 From: Shantanu Gadgil Date: Fri, 7 Sep 2018 15:52:53 +0530 Subject: [PATCH] possible typo about node.class I was checking up on how to set some metadata and stumbled upon this. --- website/source/docs/job-specification/meta.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/meta.html.md b/website/source/docs/job-specification/meta.html.md index e147d4083..d11104956 100644 --- a/website/source/docs/job-specification/meta.html.md +++ b/website/source/docs/job-specification/meta.html.md @@ -84,7 +84,7 @@ environment variables. ```hcl meta { - class = "${nomad.class}" + class = "${node.class}" } ```