Skip to content

Commit a1ad16c

Browse files
authored
Merge pull request #51375 from skrthomas/GH#50305
GH#50305: Removing erroneous dash before image name
2 parents 2b92494 + 45f1bad commit a1ad16c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/cco-ccoctl-creating-at-once.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ oc adm release extract \
7676
--credentials-requests \
7777
--cloud=gcp \
7878
--to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ <1>
79-
--quay.io/<path_to>/ocp-release:<version>
79+
quay.io/<path_to>/ocp-release:<version>
8080
----
8181
endif::google-cloud-platform[]
8282
ifdef::alibabacloud-default,alibabacloud-customizations[]
@@ -85,7 +85,7 @@ $ oc adm release extract \
8585
--credentials-requests \
8686
--cloud=alibabacloud \
8787
--to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ <1>
88-
--quay.io/<path_to>/ocp-release:<version>
88+
quay.io/<path_to>/ocp-release:<version>
8989
----
9090
endif::alibabacloud-default,alibabacloud-customizations[]
9191
+

modules/cco-ccoctl-upgrading.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endif::google-cloud-platform[]
5252
$ oc adm release extract --credentials-requests \
5353
--cloud=aws \
5454
--to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ <1>
55-
--quay.io/<path_to>/ocp-release:<version>
55+
quay.io/<path_to>/ocp-release:<version>
5656
----
5757
+
5858
<1> `credrequests` is the directory where the list of `CredentialsRequest` objects is stored. This command creates the directory if it does not exist.

0 commit comments

Comments
 (0)