Skip to content

Commit

Permalink
Added missing quotes in WSL instructions
Browse files Browse the repository at this point in the history
One of the commands for WSL configuration was missing quotes which resulted in invalid configuration.
  • Loading branch information
nimatt authored Oct 6, 2021
1 parent 613d894 commit d593a95
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 @@ -22,7 +22,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/Git/mingw64/libexec/git-core/git-credential-manager-core.exe
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"
```

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

0 comments on commit d593a95

Please sign in to comment.