Skip to content

Commit 6b079c5

Browse files
authored
Merge pull request #68169 from JoeAldinger/OCPBUGS-20416
/lgtm OCPBUGS-20416: fixes typo in command DNS Operator
2 parents 1452cb7 + 9c03f0d commit 6b079c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-external-dns-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install-zcvlr
2828
+
2929
[source,terminal]
3030
----
31-
$ oc -n external-dns-operator get ip <install_plan_name> -o yaml | yq .status.phase'
31+
$ oc -n external-dns-operator get ip <install_plan_name> -o yaml | yq '.status.phase'
3232
----
3333
+
3434
.Example output

0 commit comments

Comments
 (0)