Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Jul 28, 2020
1 parent d73b8b4 commit 88614e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/s3/AssetManagementPolicy.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"Resource": [
"arn:aws:s3:::{{ k8s_s3_public_bucket }}",
"arn:aws:s3:::{{ k8s_s3_private_bucket }}",
"arn:aws:s3:::{{ k8s_s3_private_bucket }}"
]
},
{
Expand Down

0 comments on commit 88614e6

Please sign in to comment.