Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 20, 2023
1 parent ea7ff33 commit 1921dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/ubuntu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1921dc4

Please sign in to comment.