Skip to content

Commit cc47878

Browse files
committed
Update docs
1 parent 97e3c28 commit cc47878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operator/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export AWS_SECRET_ACCESS_KEY=***
3535

3636
# Delete the S3 bucket
3737
aws s3 ls
38-
aws s3 rb s3://<bucket-name> --force
38+
aws s3 rb --force s3://<bucket-name>
3939

4040
# Delete the log group
4141
aws logs delete-log-group --log-group-name cortex --region us-west-2

0 commit comments

Comments
 (0)