Remove trailing comma in policy (#160)

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
Co-authored-by: César Nieto <ces.nietor@gmail.com>
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Anton Huck
2020-06-09 04:24:51 +02:00
committed by GitHub
parent 4bac7040a1
commit 991204cd46

View File

@@ -62,7 +62,7 @@ Additionally, you can create policies to limit the privileges for `mcs` users, f
"Version": "2012-10-17", "Version": "2012-10-17",
"Statement": [{ "Statement": [{
"Action": [ "Action": [
"admin:ServerInfo", "admin:ServerInfo"
], ],
"Effect": "Allow", "Effect": "Allow",
"Sid": "" "Sid": ""