Merge pull request #119 from rutsky/patch-1

remove trailing commas from JSON
This commit is contained in:
johndmulhausen
2016-03-16 09:00:53 -07:00
+2 -2
View File
@@ -61,8 +61,8 @@ the following conditions mean the node is in sane state:
"conditions": [ "conditions": [
{ {
"kind": "Ready", "kind": "Ready",
"status": "True", "status": "True"
}, }
] ]
``` ```