Skip to content

Commit

Permalink
Correct bucket name case
Browse files Browse the repository at this point in the history
  • Loading branch information
424D57 authored and 424D57 committed Nov 13, 2017
1 parent 621334e commit 9427938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfn/tcSharedServices.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Parameters" : {
"BaseUrl" : {
"Type" : "String",
"Default" : "https://s3.amazonaws.com/trendctf/tmsecjam2018/"
"Default" : "https://s3.amazonaws.com/trendctf/tmSecJam2018/"
},
"AWSIKeyPairName" : {
"Type" : "AWS::EC2::KeyPair::KeyName"
Expand Down
2 changes: 1 addition & 1 deletion scripts/syncCtfCfn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws s3 sync ~/git/tmSecJam/cfn/ s3://trendctf/tmsecjam2018/ --profile ctfUser --acl public-read
aws s3 sync ~/git/tmSecJam/cfn/ s3://trendctf/tmSecJam2018/ --profile ctfUser --acl public-read

0 comments on commit 9427938

Please sign in to comment.