Skip to content

Commit 8599002

Browse files
authored
Merge pull request #604 from mjcheetham/fix-wsl-doc
Fix WSL instructions by adding missing quotes
2 parents 9541199 + 1de5751 commit 8599002

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/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)