Skip to content

Commit f1cecb0

Browse files
committed
readme update
1 parent 9b42446 commit f1cecb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ _Note: For PROFILE_NAME, substitute the name of an AWS CLI profile that contains
107107
You can use the following commands to create this bucket
108108

109109
```
110-
ACCOUNT_ID=$(aws sts get-caller-identity --output text --query Account --profile thiemo-stno)
111-
REGION=$(aws configure get region --profile thiemo-stno)
110+
ACCOUNT_ID=$(aws sts get-caller-identity --output text --query Account --profile <PROFILE_NAME>)
111+
REGION=$(aws configure get region --profile <PROFILE_NAME>)
112112
BUCKET_NAME=stno-$ACCOUNT_ID-$REGION
113113
aws s3 mb s3://$BUCKET_NAME/
114114

0 commit comments

Comments
 (0)