Merge pull request #4651 from shantanugadgil/patch-1

possible typo about node.class
This commit is contained in:
Alex Dadgar 2018-09-07 10:54:15 -07:00 committed by GitHub
commit 67a6f6e56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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