Skip to content

Commit

Permalink
fix cloudformation template
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jan 6, 2020
1 parent 3d6d8f0 commit b2eb6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/ci.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
]
}
]
Expand Down

0 comments on commit b2eb6d0

Please sign in to comment.