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