Skip to content

Commit b60151c

Browse files
authored
Merge pull request #51220 from kalexand-rh/ocbugs1872
OCPBUGS#1872 - replacing backticks with doublequotes
2 parents 63f1a51 + a3e776b commit b60151c

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)