Skip to content

Commit cac2ea4

Browse files
KevinJ1008zaki-arain
authored andcommitted
fix: flutter installation fail
- `ORB_VAL_FLUTTER_SK_VERSION` type wrong in `install-sdk.sh` which should be `ORB_VAL_FLUTTER_SDK_VERSION`, relate to #36 WBJ
1 parent b473172 commit cac2ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function install_flutter() {
1111

1212
baseurl="https://storage.googleapis.com/flutter_infra_release/releases/stable"
1313

14-
fullurl="$baseurl/$uname/${version}_$ORB_VAL_FLUTTER_SK_VERSION-stable.${suffix}"
14+
fullurl="$baseurl/$uname/${version}_$ORB_VAL_FLUTTER_SDK_VERSION-stable.${suffix}"
1515

1616
curl -o "flutter_sdk.${suffix}" "$fullurl"
1717
}

0 commit comments

Comments
 (0)