From b2eb6d05fad9186ef8c84aaf3f9292ebc833bf0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Mon, 6 Jan 2020 15:31:38 +0100 Subject: [PATCH] fix cloudformation template --- cloudformation/ci.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/ci.template.js b/cloudformation/ci.template.js index ab8c41ed0..98f32b547 100644 --- a/cloudformation/ci.template.js +++ b/cloudformation/ci.template.js @@ -19,7 +19,7 @@ module.exports = { ], "Effect": "Allow", "Resource": [ - "arn:aws:s3:::mapbox-gl-js/plugins/mapbox-gl-draw/*", + "arn:aws:s3:::mapbox-gl-js/plugins/mapbox-gl-draw/*" ] } ]