Skip to content

Commit cbc3105

Browse files
authored
Merge pull request #560 from cjsimon/patch-2
Fix setx command
2 parents e65cf96 + 913a4ec commit cbc3105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the value `GIT_EXEC_PATH/wp`. From an _Administrator_ Command Prompt run the
5555
following:
5656

5757
```batch
58-
SETX WSLENV=%WSLENV%:GIT_EXEC_PATH/wp
58+
SETX WSLENV %WSLENV%:GIT_EXEC_PATH/wp
5959
```
6060

6161
After updating the `WSLENV` environment variable, restart your WSL installation.

0 commit comments

Comments
 (0)