Skip to content

Commit

Permalink
docs: fix WSL instruction quotes
Browse files Browse the repository at this point in the history
Add missing double quotes (") to the WSL documentation about using GCM
without Git for Windows.
  • Loading branch information
mjcheetham committed Jan 7, 2022
1 parent 9541199 commit 1de5751
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/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 1de5751

Please sign in to comment.