Skip to content

Commit 12506fd

Browse files
authored
Merge pull request #40616 from amisevsk/wto-uninstall-typo
Fix typo in the Web Terminal Operator uninstall instructions
2 parents 4945a69 + e927060 commit 12506fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/odc-uninstalling-web-terminal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ oc delete customresourcedefinitions.apiextensions.k8s.io devworkspaceoperatorc
104104
+
105105
[source,terminal]
106106
----
107-
$ oc get customresourcedefintions | grep "devfile.io"
107+
$ oc get customresourcedefinitions.apiextensions.k8s.io | grep "devfile.io"
108108
----
109109
+
110110
. Remove the `devworkspace-webhook-server` deployment, mutating, and validating webhooks:

0 commit comments

Comments
 (0)