Skip to content

Commit b4bf8ce

Browse files
authored
Merge pull request #479 from nimatt/patch-1
Added missing quotes in WSL instructions
2 parents 3d8c319 + d593a95 commit b4bf8ce

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

2424
```shell
25-
git config --global credential.helper /mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe
25+
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"
2626
```
2727

2828
If you intend to use Azure DevOps you must _also_ set the following Git

0 commit comments

Comments
 (0)