Skip to content

Commit 66a73fd

Browse files
committed
Remove an unnecessary use of escaped JSON
1 parent 083d60e commit 66a73fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/steps/copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ make_ami_public() {
5757
aws ec2 modify-image-attribute \
5858
--region "$region" \
5959
--image-id "$image_id" \
60-
--launch-permission "{\"Add\": [{\"Group\":\"all\"}]}"
60+
--launch-permission '{"Add": [{"Group": "all"}]}'
6161
}
6262

6363
tag-ami() {

0 commit comments

Comments
 (0)