Skip to content

Commit f4483de

Browse files
authored
Merge pull request #65042 from kmcolli/adding-missing-colons
add colons
2 parents 5f2dfe4 + 681af24 commit f4483de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rosa_tutorials/rosa-mobb-prerequisites-tutorial.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ See link:https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.
7878
////
7979
.Docker
8080
81-
* To run the AWS CLI version 2 Docker image, use the docker run command.
81+
* To run the AWS CLI version 2 Docker image, use the docker run command:
8282
+
8383
[source,terminal]
8484
----
@@ -125,7 +125,7 @@ The `AWS Access Key ID` and `AWS Secret Access Key` values can be obtained by lo
125125
$ aws sts get-caller-identity
126126
----
127127
+
128-
You should receive output similar to the following
128+
You should receive output similar to the following:
129129
+
130130
.Sample output
131131
[source,terminal]
@@ -163,21 +163,21 @@ $ aws iam create-service-linked-role --aws-service-name \
163163
. Download the operating system specific ROSA CLI from link:https://www.openshift.com/products/amazon-openshift/download[Red Hat].
164164
. Extract the downloaded file on your local machine.
165165
. Place the extracted `rosa` and `kubectl` executables in your operating system path or local directory.
166-
. Log in to ROSA
166+
. Log in to ROSA:
167167
+
168168
[source,terminal]
169169
----
170170
$ rosa login
171171
----
172172
+
173-
You will be prompted to enter in the *Red Hat Offline Access Token* you retrieved earlier and should receive the following message
173+
You will be prompted to enter in the *Red Hat Offline Access Token* you retrieved earlier and should receive the following message:
174174
+
175175
[source,terminal]
176176
----
177177
Logged in as <email address> on 'https://api.openshift.com'
178178
----
179179
+
180-
. Verify that ROSA has the minimal quota
180+
. Verify that ROSA has the minimal quota:
181181
+
182182
[source,terminal]
183183
----

0 commit comments

Comments
 (0)