From 88273fd8e413fb53232772d27c72e98e24c1b5ec Mon Sep 17 00:00:00 2001 From: William Gabor Date: Thu, 22 Aug 2024 15:01:17 -0400 Subject: [PATCH] OCPBUGS-15814 Updated step 5 in the Running the installer section (4.12) --- modules/sts-mode-installing-manual-run-installer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sts-mode-installing-manual-run-installer.adoc b/modules/sts-mode-installing-manual-run-installer.adoc index df1b79106b0d..e81bc3c9cc63 100644 --- a/modules/sts-mode-installing-manual-run-installer.adoc +++ b/modules/sts-mode-installing-manual-run-installer.adoc @@ -51,7 +51,7 @@ $ openshift-install create manifests $ cp //manifests/* ./manifests/ ---- -. Copy the private key that the `ccoctl` generated in the `tls` directory to the installation directory: +. Copy the `tls` directory containing the private key that the `ccoctl` generated to the installation directory: + [source,terminal,subs="+quotes"] ----