diff options
| -rw-r--r-- | dot_gitconfig.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 6b020de..92f7d49 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -39,10 +39,10 @@ {{ if eq .chezmoi.os "windows" -}} [credential "https://github.com"] helper = - helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential [credential "https://gist.github.com"] helper = - helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential {{ else }} [credential "https://github.com"] helper = |
