From 6d78272a4adbd304117e0a24b690f1dcf4869fee Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Wed, 15 Apr 2026 15:47:18 -0400 Subject: [PATCH] OSDOCS-19132: fix ifdef whoopsie --- modules/cco-ccoctl-deleting-sts-resources.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/cco-ccoctl-deleting-sts-resources.adoc b/modules/cco-ccoctl-deleting-sts-resources.adoc index 963454fc2a18..6bb9f9862f14 100644 --- a/modules/cco-ccoctl-deleting-sts-resources.adoc +++ b/modules/cco-ccoctl-deleting-sts-resources.adoc @@ -59,7 +59,7 @@ $ oc adm release extract \ where: `--included`:: The parameter includes only the manifests that your specific cluster configuration requires. -`':: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it. +``:: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it. . Delete the {cp} resources that `ccoctl` created by running the following command: endif::gcp-workload-id[] @@ -71,8 +71,7 @@ endif::aws-sts,azure-workload-id[] ---- $ ccoctl {cp-name} delete \ --name= \ -ifdef::aws-sts -[ --region=<{cp-name}_region>] +ifdef::aws-sts[ --region=<{cp-name}_region>] ifdef::gcp-workload-id[] --project=<{cp-name}_project_id> \ --credentials-requests-dir= \