Skip to content

Commit

Permalink
Updated release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 14, 2021
1 parent d7a3769 commit 041c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/releases_service/releases_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ String get storageUrl {
/// returns [url] for the list of the platform releases.
String getReleasesUrl({String? platform}) {
platform ??= Platform.operatingSystem;
return '$storageUrl/flutter_infra/releases/releases_$platform.json';
return '$storageUrl/flutter_infra_release/releases/releases_$platform.json';
}

String _getBackupReleaseUrl({String? platform}) {
Expand Down

0 comments on commit 041c2ae

Please sign in to comment.