Skip to content

Commit d593a95

Browse files
authored
Added missing quotes in WSL instructions
One of the commands for WSL configuration was missing quotes which resulted in invalid configuration.
1 parent 613d894 commit d593a95

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)