Skip to content

Commit 866d070

Browse files
authored
Merge pull request #80390 from abhatt-rh/gh-79339
GH#79339: Fix patch command syntax
2 parents 4e67151 + 324c023 commit 866d070

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ EOT
6565
+
6666
[source,terminal]
6767
----
68-
$ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}'
68+
$ oc patch Network.operator.openshift.io cluster --type='merge' \
69+
--patch '{"spec":{"migration":null}}'
6970
----
7071

7172
. 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)