Skip to content

Commit 316f2a7

Browse files
authored
Update testdeploy.sh
1 parent 0fcd5ee commit 316f2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudtrailbenchmark/testdeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ then
77
SAM_S3_BUCKET="appdevstore"
88
AWS_REGION="us-east-1"
99
else
10-
SAM_S3_BUCKET="cf-templates-5d0x5unchag-us-east-2"
10+
SAM_S3_BUCKET="<provide your bucket name>"
1111
AWS_REGION="us-east-2"
1212
fi
1313
uid=$(cat /dev/random | LC_CTYPE=C tr -dc "[:lower:]" | head -c 6)

0 commit comments

Comments
 (0)