Skip to content

Commit 3c3c286

Browse files
author
Daniel Lorch
committed
Fix whitespace
1 parent a2089e5 commit 3c3c286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cdk destroy $STACK_NAME --force
3434

3535
# Sometimes the SqlSeeder doesn't get deleted cleanly. This helps clean up the environment completely including Sqlseeder
3636
aws cloudformation delete-stack --stack-name $STACK_NAME_APP
37-
aws cloudformation delete-stack --stack-name $STACK_NAME
37+
aws cloudformation delete-stack --stack-name $STACK_NAME
3838

3939
aws cloudwatch delete-dashboards --dashboard-names "EKS_FluentBit_Dashboard"
4040

0 commit comments

Comments
 (0)