Commit 6f7630a9 authored by James Lin's avatar James Lin Committed by James D. Lin

Fix some typos in flutter/dev/bots/README.md

parent 4b73746a
...@@ -205,21 +205,21 @@ For example To remove a published package corresponding to the git hash ...@@ -205,21 +205,21 @@ For example To remove a published package corresponding to the git hash
see what it will do: see what it will do:
``` ```
$ dart ./unpublish_pacakge.dart --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491 $ dart ./unpublish_package.dart --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
``` ```
And once you've verified the output of the dry run to be sure it is what you And once you've verified the output of the dry run to be sure it is what you
want to do, run: want to do, run:
``` ```
$ dart ./unpublish_pacakge.dart --confirm --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491 $ dart ./unpublish_package.dart --confirm --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
``` ```
and it will actually perform the actions. You will of course need to have access and it will actually perform the actions. You will of course need to have access
to the cloud storage server and have gsutil installed in order to perform this to the cloud storage server and have gsutil installed in order to perform this
operation. Only runs on Linux or macOS systems. operation. Only runs on Linux or macOS systems.
See `dart ./unpublish_pacakge.dart --help` for more details. See `dart ./unpublish_package.dart --help` for more details.
Once the package is unpublished, it will not be available from the website for Once the package is unpublished, it will not be available from the website for
download, and will not be rebuilt (even though there is a tagged revision in the download, and will not be rebuilt (even though there is a tagged revision in the
......
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