Change prompts for gh auth login to reflect change from GHE to Other

This commit is contained in:
Tyler McGoffin 2024-09-20 14:10:05 -07:00
parent bc587f6576
commit 13e916bcfb
3 changed files with 5 additions and 5 deletions

View file

@ -228,7 +228,7 @@ func loginRun(opts *LoginOptions) error {
func promptForHostname(opts *LoginOptions) (string, error) {
options := []string{"GitHub.com", "Other"}
hostType, err := opts.Prompter.Select(
"What account do you want to log into?",
"Where do you use GitHub?",
options[0],
options)
if err != nil {