From 84d826416cf515e3016af959b56c8fba4e33829c Mon Sep 17 00:00:00 2001 From: Jamie Alessio Date: Tue, 30 Aug 2016 14:29:19 -0700 Subject: [PATCH] Make hello-node 'gsutil rm' command able to be copy/pasted (#1075) --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 2283599fb7..e489927aff 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -423,7 +423,7 @@ gs://artifacts.<$PROJECT_ID>.appspot.com/ And then to remove the all the images under this path, run: ```shell -gsutil rm -r gs://artifacts.<$PROJECT_ID>.appspot.com/ +gsutil rm -r gs://artifacts.$PROJECT_ID.appspot.com/ ``` You can also delete the entire Google Cloud project but note that you must first disable billing on the project. Additionally, deleting a project will only happen after the current billing cycle ends.