From 590b281cd8301720352c4536049e253dd622b8ac Mon Sep 17 00:00:00 2001 From: Rodrigue Koffi Date: Wed, 8 May 2024 17:44:00 +0200 Subject: [PATCH] Run pre-commit --- examples/existing-cluster-with-base-and-infra/cleanup.sh | 2 +- examples/existing-cluster-with-base-and-infra/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/existing-cluster-with-base-and-infra/cleanup.sh b/examples/existing-cluster-with-base-and-infra/cleanup.sh index 713b7b9f..1c9402ae 100755 --- a/examples/existing-cluster-with-base-and-infra/cleanup.sh +++ b/examples/existing-cluster-with-base-and-infra/cleanup.sh @@ -28,4 +28,4 @@ if [[ $? -eq 0 && $destroy_output == *"Destroy complete!"* ]]; then else echo "FAILED: Terraform destroy of all targets failed" exit 1 -fi \ No newline at end of file +fi diff --git a/examples/existing-cluster-with-base-and-infra/install.sh b/examples/existing-cluster-with-base-and-infra/install.sh index 270289c7..a94380b6 100755 --- a/examples/existing-cluster-with-base-and-infra/install.sh +++ b/examples/existing-cluster-with-base-and-infra/install.sh @@ -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 \ No newline at end of file +fi