Skip to content

Commit

Permalink
fix: flutter installation fail
Browse files Browse the repository at this point in the history
- `ORB_VAL_FLUTTER_SK_VERSION` type wrong in `install-sdk.sh` which should be `ORB_VAL_FLUTTER_SDK_VERSION`, relate to #36

WBJ
  • Loading branch information
KevinJ1008 authored and zaki-arain committed May 2, 2024
1 parent b473172 commit cac2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function install_flutter() {

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

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

curl -o "flutter_sdk.${suffix}" "$fullurl"
}
Expand Down

0 comments on commit cac2ea4

Please sign in to comment.