Skip to content

Commit 43daaeb

Browse files
authored
Additional Tip for the password
When a password includes special characters, it will fail if you do not include single quotes. So added a tip to help others overcome this "error".
1 parent 9346590 commit 43daaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
8. Check if you can connect to OpenShift. Run the command below.
4747

4848
<p class="tip">
49-
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details
49+
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details. If your password includes special characters, put it in single quotes. ie: 'A8y?Rpm!9+A3B/KG'
5050
</p>
5151
5252
```bash

0 commit comments

Comments
 (0)