possible typo about node.class

I was checking up on how to set some metadata and stumbled upon this.
This commit is contained in:
Shantanu Gadgil
2018-09-07 15:52:53 +05:30
committed by GitHub
parent 6a737c8901
commit 09395db6b3

View File

@@ -84,7 +84,7 @@ environment variables.
```hcl
meta {
class = "${nomad.class}"
class = "${node.class}"
}
```