Skip to content

Commit dd4fe47

Browse files
authored
Merge pull request #764 from timsu92/patch-1
docs(WSL): Correct the path to the executable
2 parents 428b40a + 30e6a5c commit dd4fe47

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
@@ -44,7 +44,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
4444
credential helper:
4545

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

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

0 commit comments

Comments
 (0)