Change prompts for gh auth login to reflect change from GHE to Other
This commit is contained in:
parent
bc587f6576
commit
13e916bcfb
3 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue