Skip to content

Commit

Permalink
Fix incorrect description of the devtools_tool update-flutter-sdk c…
Browse files Browse the repository at this point in the history
…ommand (#6656)
  • Loading branch information
kenzieschmoll committed Nov 3, 2023
1 parent 348a6c7 commit ffcc152
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tool/lib/commands/update_flutter_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ class UpdateFlutterSdkCommand extends Command {

@override
String get description =>
'Updates the "devtools_rev" hash in the Dart SDK DEPS file with the '
'provided commit hash, and creates a Gerrit CL for review';
'Updates the the Flutter SDK contained in the \'tool/\' directory to the '
'latest Flutter candidate branch. Optionally updates your local checkout '
'of the Flutter SDK as well.';

@override
Future run() async {
Expand Down

0 comments on commit ffcc152

Please sign in to comment.