remove redundant comma in JSON

pull/6/head
Vladimir Rutsky 2016-02-07 21:27:36 +03:00
parent 59a05682dc
commit 3b7fe31b94
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ one called, say, `prod-user` with the `prod-db-secret`, and one called, say,
"containers": [
{
"name": "db-client-container",
"image": "myClientImage",
"image": "myClientImage"
}
]
}