Merge pull request #2075 from samber/patch-1

doc(interpolation): More explicit
This commit is contained in:
Alex Dadgar 2016-12-12 10:37:14 -08:00 committed by GitHub
commit 05e63b0258
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ a particular node and as such can not be used in constraints.
</tr> </tr>
<tr> <tr>
<td><tt>${NOMAD_ALLOC_INDEX}</tt></td> <td><tt>${NOMAD_ALLOC_INDEX}</tt></td>
<td>The allocation index; useful to distinguish instances of task groups</td> <td>The allocation index; useful to distinguish instances of task groups. From 0 to (count - 1).</td>
</tr> </tr>
<tr> <tr>
<td><tt>${NOMAD_TASK_NAME}</tt></td> <td><tt>${NOMAD_TASK_NAME}</tt></td>