Remove comma from end of policy.json

This superfluous comma causes json.loads() to fail.

Change-Id: I5685f70cbc707325a8ad9e5c5f3f3d97f3ef6ffe
Closes-Bug: #1609791
This commit is contained in:
Avishay Traeger 2016-08-04 16:08:42 +03:00
parent e0ac1847b8
commit 55a7de0d08
1 changed files with 1 additions and 1 deletions

View File

@ -116,5 +116,5 @@
"clusters:get": "rule:admin_api",
"clusters:get_all": "rule:admin_api",
"clusters:update": "rule:admin_api",
"clusters:update": "rule:admin_api"
}