From 1921dc4e1b8d6bed12d47528b3e97fb30508f9d1 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:22:37 -0800 Subject: [PATCH] Fix typo --- dist/platforms/ubuntu/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index a615ef0b..9a22c8e9 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -33,7 +33,7 @@ if [[ "$BUILD_TARGET" == "Android" ]]; then exit 1 fi - if [[ -n "$ANDROID_SDK_MANAGER_PARAMETERS" ]]: then + if [[ -n "$ANDROID_SDK_MANAGER_PARAMETERS" ]]; then echo "Updating Android SDK with parameters: $ANDROID_SDK_MANAGER_PARAMETERS" $SDKMANAGER "$ANDROID_SDK_MANAGER_PARAMETERS" else