From dc831733ae32eee6ca77765716a0d20c3a48e44a Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 18 May 2020 16:16:53 -0400 Subject: [PATCH] Fix typo --- modules/cluster-logging-deploy-cli.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster-logging-deploy-cli.adoc b/modules/cluster-logging-deploy-cli.adoc index 6802b21b99..3182c8e761 100644 --- a/modules/cluster-logging-deploy-cli.adoc +++ b/modules/cluster-logging-deploy-cli.adoc @@ -236,7 +236,7 @@ The Cluster Logging Operator is installed to the `openshift-logging` Namespace. There should be a Cluster Logging Operator in the `openshift-logging` Namespace. The Version number might be different than shown. + ---- -oc get csv --openshift-logging +oc get csv -n openshift-logging NAMESPACE NAME DISPLAY VERSION REPLACES PHASE ...