Skip to content

Commit a6fd9da

Browse files
mattayesjrodewig
authored andcommitted
[DOCS] Fix gcloud command typo in discovery-gce.asciidoc. (#47312)
1 parent c312889 commit a6fd9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/discovery-gce.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ gcloud compute instances delete myesnode1 myesnode2 \
326326
--zone=europe-west1-a
327327
328328
# Consider removing disk as well if you don't need them anymore
329-
gcloud compute disks deleted boot-myesnode1 boot-myesnode2 \
329+
gcloud compute disks delete boot-myesnode1 boot-myesnode2 \
330330
--zone=europe-west1-a
331331
--------------------------------------------------
332332

0 commit comments

Comments
 (0)