Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed May 8, 2024
1 parent 3c3e5f1 commit 590b281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/existing-cluster-with-base-and-infra/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if [[ $? -eq 0 && $destroy_output == *"Destroy complete!"* ]]; then
else
echo "FAILED: Terraform destroy of all targets failed"
exit 1
fi
fi
2 changes: 1 addition & 1 deletion examples/existing-cluster-with-base-and-infra/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if [[ ${PIPESTATUS[0]} -eq 0 && $apply_output == *"Apply complete"* ]]; then
else
echo "FAILED: Terraform apply of all modules failed"
exit 1
fi
fi

0 comments on commit 590b281

Please sign in to comment.