Skip to content

Commit acd6812

Browse files
prithvipatil97openshift-cherrypick-robot
authored andcommitted
Remove unnecessary ~ sign from the documentation.
- Remove unnecessary "~" sign from the documentation. - Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/using-container-storage-interface-csi#persistent-storage-csi-vsphere-install-issues_persistent-storage-csi-vsphere Here is the current documentation: 3. Delete the third-party vSphere CSI driver CSIDriver object: ~~~ ~ $ oc delete CSIDriver csi.vsphere.vmware.com ~~~ - Above command is correct. - But there is one unnecessary sign "~". - We need to remove it, as it is of no use. Here is the updated look: 3. Delete the third-party vSphere CSI driver CSIDriver object: ~~~ $ oc delete CSIDriver csi.vsphere.vmware.com ~~~
1 parent 0ed5caf commit acd6812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/persistent-storage-csi-vsphere-install-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To uninstall the third-party vSphere CSI Driver:
2323
+
2424
[source,terminal]
2525
----
26-
~ $ oc delete CSIDriver csi.vsphere.vmware.com
26+
$ oc delete CSIDriver csi.vsphere.vmware.com
2727
----
2828
+
2929
[source,terminal]

0 commit comments

Comments
 (0)