chore(shorebird_cli): remove unnecessary trailing / from storage url (#343)

This commit is contained in:
Felix Angelov
2023-04-21 12:49:23 -05:00
committed by GitHub
parent 86707cf944
commit 0ae738b581
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function update_flutter {
SHOREBIRD_ENGINE_VERSION=`cat "$FLUTTER_PATH/bin/internal/engine.version"`
echo "Shorebird Engine • revision $SHOREBIRD_ENGINE_VERSION"
# Install Shorebird Flutter Artifacts
FLUTTER_STORAGE_BASE_URL=https://download.shorebird.dev/ $FLUTTER_PATH/bin/flutter --version
FLUTTER_STORAGE_BASE_URL=https://download.shorebird.dev $FLUTTER_PATH/bin/flutter --version
}
function pub_upgrade_with_retry {