From 913a4ecb0b969d7b21dd3b3ada38bc14a3ce8bc7 Mon Sep 17 00:00:00 2001 From: Christopher Simon Date: Fri, 3 Dec 2021 16:20:17 -0800 Subject: [PATCH] Fix setx command --- docs/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wsl.md b/docs/wsl.md index 8ce6c784f..f13eabb27 100644 --- a/docs/wsl.md +++ b/docs/wsl.md @@ -55,7 +55,7 @@ the value `GIT_EXEC_PATH/wp`. From an _Administrator_ Command Prompt run the following: ```batch -SETX WSLENV=%WSLENV%:GIT_EXEC_PATH/wp +SETX WSLENV %WSLENV%:GIT_EXEC_PATH/wp ``` After updating the `WSLENV` environment variable, restart your WSL installation.