Skip to content

Commit

Permalink
Update prepare_for_embedded.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Dec 5, 2023
1 parent 2c1cc1a commit 3a838e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cronet_http/tool/prepare_for_embedded.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void main(List<String> args) async {
final latestVersion = await _getLatestCronetVersion();
updateCronetDependency(latestVersion);
// Runs `prepare_for_embedded.dart true` for publishing.
if (args.isNotEmpty && args.fisrt == 'true') {
if (args.isNotEmpty && args.first == 'true') {
updatePubSpec();
}
updateReadme();
Expand Down

0 comments on commit 3a838e6

Please sign in to comment.