Skip to content

Commit

Permalink
Fix incorrect document
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmy committed Jul 11, 2022
1 parent dd20035 commit a364ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/delete-cloudformation-stacks.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# Deploy to AWS with all default values.
# You can use the following flags to pre create resources
# Delete CloudFormation stack
#
#
# Example usage
# ./scripts/deploy-cloudformation-stacks.sh S3_BUCKET REGION [--pre-create-personalize] [--pre-index-elasticsearch]
# ./scripts/delete-cloudformation-stacks.sh REGION S3_BUCKET
#

set -e
Expand Down

0 comments on commit a364ef7

Please sign in to comment.