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 f9fcb4f commit 8bc2e36
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 @@ -97,7 +97,7 @@ void updatePubSpec() {
fPubspec.writeAsStringSync(yamlEditor.toString());
final examplePubspec = File('${_packageDirectory.path}/pubspec.yaml');
final replaced = examplePubspec.readAsStringSync().replaceAll(
'cronet_http:'
'cronet_http:',
'cronet_http_embedded:',
);
examplePubspec.writeAsStringSync(replaced);
Expand Down

0 comments on commit 8bc2e36

Please sign in to comment.