Skip to content

Commit fc4fbae

Browse files
authored
issue templates: remove core suffix (#1180)
The Authentication Issue template currently directs users to run `git-credential-manager-core` rather than `git-credential-manager`, which results in a warning regarding the removal of the core suffix. This change corrects the applicable commands so that users will not see this warning.
2 parents 69e0e5e + 44007c6 commit fc4fbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/auth-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
description: |
1616
What version of Git Credential Manager are you using?
1717
18-
Run `git credential-manager-core --version` from a terminal to see the current version.
18+
Run `git credential-manager --version` from a terminal to see the current version.
1919
2020
If you are on an older version of GCM please try updating before creating an issue as the problem you are experiencing may have already been fixed.
2121
placeholder: |
@@ -120,6 +120,6 @@ body:
120120
WSLENV=$WSLENV:GCM_TRACE:GIT_TRACE GCM_TRACE=1 GIT_TRACE=1 git fetch
121121
```
122122
123-
If you are using GCM version 2.0.567 onwards you can also run `git credential-manager-core diagnose` to collect useful diagnostic information that can be attached here.
123+
If you are using GCM version 2.0.567 onwards you can also run `git credential-manager diagnose` to collect useful diagnostic information that can be attached here.
124124
125125
:warning: **Please review and redact any private information before attaching logs and files!**

0 commit comments

Comments
 (0)