Skip to content

Commit d315726

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

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
@@ -327,7 +327,7 @@ gcloud compute instances delete myesnode1 myesnode2 \
327327
--zone=europe-west1-a
328328
329329
# Consider removing disk as well if you don't need them anymore
330-
gcloud compute disks deleted boot-myesnode1 boot-myesnode2 \
330+
gcloud compute disks delete boot-myesnode1 boot-myesnode2 \
331331
--zone=europe-west1-a
332332
--------------------------------------------------
333333

0 commit comments

Comments
 (0)