mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Fix typo
This commit is contained in:
parent
ea7ff335b7
commit
1921dc4e1b
2
dist/platforms/ubuntu/entrypoint.sh
vendored
2
dist/platforms/ubuntu/entrypoint.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user