Skip to content

Commit 03605e3

Browse files
committed
Lint fixes
1 parent 56b4f94 commit 03605e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ install_android_sdk() {
556556

557557
local android_sdk_bundle_name="${ANDROID_SDK_TAG}_android${android_sdk_suffix}.artifactbundle"
558558
# FIXME: next SDK will remove the "_" from the name
559-
local android_sdk_bundle_dir=$(echo ${android_sdk_bundle_name}| sed 's;_android;-android;g')
559+
local android_sdk_bundle_dir="${android_sdk_bundle_name//_android/-android}"
560560
local android_sdk_filename="${android_sdk_bundle_name}.tar.gz"
561561
local sdk_url="${ANDROID_SDK_DOWNLOAD_ROOT}/${ANDROID_SDK_TAG}/${android_sdk_filename}"
562562

0 commit comments

Comments
 (0)