Skip to content

Commit b414059

Browse files
authored
Fix code snippet formatting
1 parent 8c4fac3 commit b414059

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/1-the-manual-menace/1-the-basics.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ echo ${CLUSTER_DOMAIN}
3737
echo ${GIT_SERVER}
3838
```
3939

40-
8. Check if you can connect to OpenShift. Run the command below.
40+
8. Check if you can connect to OpenShift. Run the command below.
41+
4142
<p class="tip">
42-
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details!
43-
</p>
43+
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details </p>
44+
4445
```bash
4546
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
4647
```

0 commit comments

Comments
 (0)