Skip to content

Commit a2e5bcb

Browse files
authored
Merge pull request #89340 from jhradilek/CNV-50923-oc-migration-policy
CNV-50923: Correct an error in the oc command
2 parents c45ce42 + 9656fef commit a2e5bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-configuring-a-live-migration-policy.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ spec:
7878
+
7979
[source,terminal]
8080
----
81-
$ oc create migrationpolicy -f <migration_policy>.yaml
82-
----
81+
$ oc create -f <migration_policy>.yaml
82+
----

0 commit comments

Comments
 (0)