Skip to content

Commit 42c55c0

Browse files
authored
Merge pull request #95813 from openshift-cherrypick-robot/cherry-pick-95288-to-enterprise-4.14
[enterprise-4.14] $ sing is missing from the command
2 parents e5a3932 + 409190b commit 42c55c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/persistent-storage-csi-sc-managing-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To manage the storage class using the CLI, run the following command:
1616

1717
[source,terminal]
1818
----
19-
oc patch clustercsidriver $DRIVERNAME --type=merge -p "{\"spec\":{\"storageClassState\":\"${STATE}\"}}" <1>
19+
$ oc patch clustercsidriver $DRIVERNAME --type=merge -p "{\"spec\":{\"storageClassState\":\"${STATE}\"}}" <1>
2020
----
2121
<1> Where `${STATE}` is "Removed" or "Managed" or "Unmanaged".
2222
+

0 commit comments

Comments
 (0)