Skip to content

Commit aed2513

Browse files
authored
Merge pull request #79506 from JoeAldinger/OCPBUGS-37477
OCPBUGS-37477: fixes typo in code
2 parents dc9de83 + 5ae4d47 commit aed2513

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)