From 34da2eb767b342e275aea2c57e37b075363bcdd8 Mon Sep 17 00:00:00 2001 From: Lukas Westholt Date: Tue, 4 Nov 2025 14:44:53 +0100 Subject: [PATCH] fix(yq): Parse cmd for sdk metadata --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index 5fd27b0..391450a 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -49,7 +49,7 @@ function parse_android_sdk_metadata() { local parse_command=' # Extract available Android SDK packages - .sdk-repository.remotePackage | + ."sdk:sdk-repository".remotePackage | # Infer appropriate data types automatically (.. | select(tag == "!!str")) |= from_yaml |