From 86fd8885aa3bb9c76dd9f495dfa7fe18443b2538 Mon Sep 17 00:00:00 2001 From: barbaravaldez Date: Thu, 16 Sep 2021 10:49:35 -0700 Subject: [PATCH] fix cred scan issue --- doc/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/windows.md b/doc/installation/windows.md index a7987a85..5583cd58 100644 --- a/doc/installation/windows.md +++ b/doc/installation/windows.md @@ -39,7 +39,7 @@ Set two environment variables: set http_proxy=domain\username:password@proxy_server:port set https_proxy=domain\username:password@proxy_server:port ``` -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: +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: * `@`: `%40` * `$`: `%24` * `!`: `%21`