From 9dda3628640d5e0a53b280681c43f8be4bd81e19 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Tue, 3 Dec 2024 15:07:00 +0000 Subject: [PATCH] fix indentation --- scripts/generate_matrix.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/generate_matrix.sh b/scripts/generate_matrix.sh index 8497086a4c..dbab4f69a3 100755 --- a/scripts/generate_matrix.sh +++ b/scripts/generate_matrix.sh @@ -56,10 +56,10 @@ matrix='{"swift": []}' ## Linux if [[ "$linux_5_9_enabled" == "true" || "$linux_5_10_enabled" == "true" || "$linux_6_0_enabled" == "true" || \ - "$linux_nightly_6_0_enabled" == "true" || "$linux_nightly_main_enabled" == "true" ]]; then - if [[ -z "$linux_command" ]]; then - echo "No linux command defined"; exit 1 - fi + "$linux_nightly_6_0_enabled" == "true" || "$linux_nightly_main_enabled" == "true" ]]; then + if [[ -z "$linux_command" ]]; then + echo "No linux command defined"; exit 1 + fi fi @@ -115,9 +115,9 @@ fi ## Windows if [[ "$windows_6_0_enabled" == "true" || "$windows_nightly_6_0_enabled" == "true" || "$windows_nightly_main_enabled" == "true" ]]; then - if [[ -z "$windows_command" ]]; then - echo "No windows command defined"; exit 1 - fi + if [[ -z "$windows_command" ]]; then + echo "No windows command defined"; exit 1 + fi fi if [[ "$windows_6_0_enabled" == "true" ]]; then