Skip to content

Commit

Permalink
docs(WSL): Correct the path to the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
timsu92 authored Jun 27, 2022
1 parent 428b40a commit 30e6a5c
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 @@ -44,7 +44,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
credential helper:

```shell
git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"
git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager/git-credential-manager-core.exe"

# For Azure DevOps support only
git config --global credential.https://dev.azure.com.useHttpPath true
Expand Down

0 comments on commit 30e6a5c

Please sign in to comment.