Trailing comma typos

WIP - https://github.com/zanella/nomad-api
This commit is contained in:
Rafael Zanella
2016-02-07 11:02:58 -02:00
parent 8701ce33ce
commit c164df8f72

View File

@@ -54,7 +54,7 @@ region is used; another region can be specified using the `?region=` query param
{
"LTarget": "${attr.kernel.os}",
"RTarget": "windows",
"Operand": "=",
"Operand": "="
}
],
"TaskGroups": [
@@ -65,7 +65,7 @@ region is used; another region can be specified using the `?region=` query param
{
"LTarget": "${attr.kernel.os}",
"RTarget": "linux",
"Operand": "=",
"Operand": "="
}
],
"Tasks": [
@@ -104,7 +104,7 @@ region is used; another region can be specified using the `?region=` query param
{
"LTarget": "${attr.kernel.arch}",
"RTarget": "amd64",
"Operand": "=",
"Operand": "="
}
],
"Resources": {