Skip to content

Commit 6509aa2

Browse files
Merge pull request #530 from dbcli/bavaldez/credScan
fix cred scan issue
2 parents 53a7a8a + 86fd888 commit 6509aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set two environment variables:
3939
set http_proxy=domain\username:password@proxy_server:port
4040
set https_proxy=domain\username:password@proxy_server:port
4141
```
42-
If the Password contains special characters like `@,$,!` (e.g. `password:p@ssword`) then replace the special characters by their hex code equivalents with `%` prefix, as exemplified below:
42+
If the Password contains special characters like `@,$,!` (e.g. `password:PLACEHOLDER`) then replace the special characters by their hex code equivalents with `%` prefix, as exemplified below:
4343
* `@`: `%40`
4444
* `$`: `%24`
4545
* `!`: `%21`

0 commit comments

Comments
 (0)