Merge pull request #778 from zanella/doc_trailing_commas

Trailing comma typos
This commit is contained in:
Alex Dadgar 2016-02-11 12:19:43 -08:00
commit cfdc5cbdbf
1 changed files with 3 additions and 3 deletions

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": {