Skip to content

Commit

Permalink
Merge pull request #560 from cjsimon/patch-2
Browse files Browse the repository at this point in the history
Fix setx command
  • Loading branch information
mjcheetham committed Dec 6, 2021
2 parents e65cf96 + 913a4ec commit cbc3105
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 cbc3105

Please sign in to comment.