Skip to content

Commit 5ae4d47

Browse files
committed
OCPBUGS-37477: fixes typo in code
1 parent baa7a4f commit 5ae4d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ EOT
6464
+
6565
[source,terminal]
6666
----
67-
oc patch Network.operator.openshift.io cluster --type='merge' / --patch '{"spec":{"migration":null}}'
67+
$ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}'
6868
----
6969

7070
. To prepare all the nodes for the migration, set the `migration` field on the CNO configuration object by running the following command:

0 commit comments

Comments
 (0)