From cb0eb380bba60231005b2aedec2a8c1f7ea1087e Mon Sep 17 00:00:00 2001 From: yuki-js Date: Thu, 6 Jul 2023 02:54:13 +0900 Subject: [PATCH] docs: fix path of local installation --- docs/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wsl.md b/docs/wsl.md index d68d6e574..cbcd6b384 100644 --- a/docs/wsl.md +++ b/docs/wsl.md @@ -68,7 +68,7 @@ After updating the `WSLENV` environment variable, restart your WSL installation. If you have installed GCM using the user-only installer (i.e, the `gcmuser-*.exe` installer and not the system-wide/admin required installer), you need to modify the above instructions to point to -`/mnt/c/Users//AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager.exe` +`/mnt/c/Users//AppData/Local/Programs/Git\ Credential\ Manager/git-credential-manager.exe` instead. ## How it works