From aa50b4f557d417f30171b4f91bbe57996d6ce58e Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 25 Sep 2022 18:40:51 +0200 Subject: [PATCH] fix: bad syntax [skip ci] --- check_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_tags.sh b/check_tags.sh index 48678b2..cc51c37 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -334,7 +334,7 @@ else if [[ "${VSCODE_ARCH}" != "x64" ]]; then export SHOULD_BUILD_APPIMAGE="no" fi - if [[ "${OS_NAME}" == "osx" ]]; then + elif [[ "${OS_NAME}" == "osx" ]]; then if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_ARCH}" == "arm64" ]]; then export SHOULD_BUILD_SRC="yes" fi