Skip to content

Commit 9cea8a6

Browse files
authored
Merge pull request #57141 from xenolinux/export-image
OCPBUGS#8957: Remove the double quotes
2 parents be42be3 + 4ed9781 commit 9cea8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-gcp-user-infra-rhcos.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ gsutil cp <downloaded_image_file_path>/rhcos-<version>-x86_64-gcp.x86_64.tar.g
4848
+
4949
[source,terminal]
5050
----
51-
$ export IMAGE_SOURCE="gs://<bucket_name>/rhcos-<version>-x86_64-gcp.x86_64.tar.gz"
51+
$ export IMAGE_SOURCE=gs://<bucket_name>/rhcos-<version>-x86_64-gcp.x86_64.tar.gz
5252
----
5353

5454
. Create the cluster image:

0 commit comments

Comments
 (0)