Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 0e11593

Browse files
committed
fixed sed command to replace in file
1 parent 2863a6b commit 0e11593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To run the example, you must have the AWS CLI set up. Your credentials must have
3838

3939
2. Update the policy.json with your S3 bucket name
4040

41-
$ sed 's/s3:::MY-S3-BUCKET/s3:::biglambda-s3-bucket/' policy.json
41+
$ sed -i 's/s3:::MY-S3-BUCKET/s3:::biglambda-s3-bucket/' policy.json
4242

4343
3. Create the IAM role with respective policy
4444

0 commit comments

Comments
 (0)