Unverified Commit f7d78d5b authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Alias upgrade-packages => update-packages (#43546)

* Alias upgrade-packages => update-packages

* Trailing whitespace
parent 6e888dac
......@@ -82,6 +82,9 @@ class UpdatePackagesCommand extends FlutterCommand {
@override
final String description = 'Update the packages inside the Flutter repo.';
@override
final List<String> aliases = <String>['upgrade-packages'];
@override
final bool hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment