Skip to content

Commit

Permalink
Fix setx command
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsimon authored Dec 4, 2021
1 parent e65cf96 commit 913a4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 913a4ec

Please sign in to comment.