Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRehman Faraj committed Jan 16, 2024
1 parent b3f8c86 commit 3bf2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation_testing/run_cleanup_infra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ npm run build;
npm run cdk synth;
yes | npm run cdk destroy ${CONNECTOR_NAME}CdkStack;

# Check if the stack is clean up -- Otherwise fail so that On-Call cal manually clean up the stack.
# Check if the stack is clean up -- Otherwise fail so that On-Call can manually clean up the stack.
stacks=$(aws cloudformation list-stacks --stack-status-filter CREATE_FAILED ROLLBACK_FAILED DELETE_IN_PROGRESS DELETE_FAILED | jq -r --arg prefix "$prefix" '.StackSummaries[] | select(.StackName | startswith($prefix)) | .StackName')
if [ -z "$stacks" ]; then
echo "FINISHED CLEANING UP RESOURCES FOR ${CONNECTOR_NAME}."
Expand Down

0 comments on commit 3bf2480

Please sign in to comment.