From e9a73074922b0da6cd2ef9ae88b901d6e3782709 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Thu, 26 Nov 2015 19:45:16 -0800 Subject: [PATCH] Fixing the docs --- website/source/docs/jobspec/servicediscovery.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/servicediscovery.html.md b/website/source/docs/jobspec/servicediscovery.html.md index f0e146449..c4dc44757 100644 --- a/website/source/docs/jobspec/servicediscovery.html.md +++ b/website/source/docs/jobspec/servicediscovery.html.md @@ -82,7 +82,7 @@ group "database" { services have to be explicitly named. Users can add the following to the service names: ```${JOB}```, ```${TASKGROUP}```, ```${TASK}```, ```${BASE}```. Nomad will replace them with the appropriate value of the Job, Task Group and - Task Group name while registering the Job. ```${BASE}``` expands to ${JOB}-${TASKGROUP}-${TASK} + Task names while registering the Job. ```${BASE}``` expands to ${JOB}-${TASKGROUP}-${TASK} * `tags`: A list of tags associated with this Service.