From 991204cd4693bdd987c72537a4c76df7134fad25 Mon Sep 17 00:00:00 2001 From: Anton Huck Date: Tue, 9 Jun 2020 04:24:51 +0200 Subject: [PATCH] Remove trailing comma in policy (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Valdivia Co-authored-by: César Nieto Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com> Co-authored-by: Lenin Alevski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c663023e9..e4fa3c0d2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Additionally, you can create policies to limit the privileges for `mcs` users, f "Version": "2012-10-17", "Statement": [{ "Action": [ - "admin:ServerInfo", + "admin:ServerInfo" ], "Effect": "Allow", "Sid": ""