Skip to content

Commit

Permalink
Merge pull request #8 from sukanto-m/update-fix
Browse files Browse the repository at this point in the history
fixed typo in update.sh
  • Loading branch information
SudKul authored Jun 3, 2022
2 parents 9605925 + c58ca58 commit d445384
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 d445384

Please sign in to comment.