Merge pull request #119 from rutsky/patch-1

remove trailing commas from JSON
pull/155/head
johndmulhausen 2016-03-16 09:00:53 -07:00
commit 5d5b17b6af
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ the following conditions mean the node is in sane state:
"conditions": [
{
"kind": "Ready",
"status": "True",
},
"status": "True"
}
]
```