From 6f7630a94fe36dddc61686e54177dcfd789ad6c5 Mon Sep 17 00:00:00 2001 From: James Lin Date: Fri, 9 Aug 2019 15:26:03 -0700 Subject: [PATCH] Fix some typos in flutter/dev/bots/README.md --- dev/bots/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/bots/README.md b/dev/bots/README.md index 3be25c15aa..f17ba96560 100644 --- a/dev/bots/README.md +++ b/dev/bots/README.md @@ -205,21 +205,21 @@ For example To remove a published package corresponding to the git hash 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 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 to the cloud storage server and have gsutil installed in order to perform this 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 download, and will not be rebuilt (even though there is a tagged revision in the