From 800c6e346d2ab3ffb07686ff3da4255141d60b69 Mon Sep 17 00:00:00 2001 From: Preetha Date: Thu, 16 Nov 2017 07:56:26 -0600 Subject: [PATCH] Update validate.html.md.erb --- website/source/docs/commands/validate.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/validate.html.md.erb b/website/source/docs/commands/validate.html.md.erb index ebf551979..cfbb1ebe3 100644 --- a/website/source/docs/commands/validate.html.md.erb +++ b/website/source/docs/commands/validate.html.md.erb @@ -33,7 +33,7 @@ Any environment variables in the name are ignored, because some environment vari be resolved at run time. Invalid characters outside of environment variable names will not pass validation. For example, if the service name is set to `my_service${NOMAD_NODE_NAME}` it will fail -validation. However, if a service name is set to `myservice{NOMAD_NODE_NAME}` and the node name +validation. However, if a service name is set to `myservice${NOMAD_NODE_NAME}` and the node name contains an invalid character, it will only be caught at run time and nomad validate will succeed. ## Examples