diff --git a/scripts/install-dart-sdk.sh b/scripts/install-dart-sdk.sh index 60ff9710c7..5eb4e7e7e1 100755 --- a/scripts/install-dart-sdk.sh +++ b/scripts/install-dart-sdk.sh @@ -13,8 +13,8 @@ if [[ -z "$(type -t dart)" ]]; then # https://storage.googleapis.com/dart-archive/channels/stable/release/latest/dartium/dartium-macos-x64-release.zip DART_ARCHIVE=https://storage.googleapis.com/dart-archive/channels - # VERS=stable/release/latest - VERS=stable/release/1.18.1 + VERS=stable/release/latest + # VERS=stable/release/1.18.1 # If necessary, pin a specific version like this mkUrl() { local dir=$1