Close tick around command

Closes https://github.com/dart-lang/sdk/pull/44932
https://github.com/dart-lang/sdk/pull/44932

GitOrigin-RevId: b960d88094381918dc8d0dc1df42975caeeac425
Change-Id: I25327aaa9e72d477ee819ea58e5199eee11621b1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/184105
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
mnordine 2021-02-12 12:59:46 +00:00 committed by Michael Thomsen
parent 65fab2397b
commit d9361f7112

View file

@ -245,7 +245,7 @@ Updated the Linter to `0.1.129`, which includes:
* The `--server` option to `dart pub publish` and `dart pub uploader` have been
deprecated. Use `publish_to` in your `pubspec.yaml` or set the
`$PUB_HOSTED_URL` environment variable.
* `pub global activate no longer re-precompiles if current global installed was
* `pub global activate` no longer re-precompiles if current global installed was
same version.
* The Flutter SDK constraint upper bound is now ignored in pubspecs and
deprecated when publishing.