Skip to content

Commit

Permalink
fixed typo in update.sh - was create-stack should be update
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanto-m authored and sukanto-m committed Nov 10, 2021
1 parent ca3fd4e commit c58ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supporting_material/update.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws cloudformation create-stack --stack-name $1 --template-body file://$2 --parameters file://$3 --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
aws cloudformation update-stack --stack-name $1 --template-body file://$2 --parameters file://$3 --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1

0 comments on commit c58ca58

Please sign in to comment.