Sentence case 'Other' option in hostname prompt
This commit is contained in:
parent
46790977bb
commit
bc587f6576
2 changed files with 6 additions and 6 deletions
|
|
@ -226,7 +226,7 @@ func loginRun(opts *LoginOptions) error {
|
|||
}
|
||||
|
||||
func promptForHostname(opts *LoginOptions) (string, error) {
|
||||
options := []string{"GitHub.com", "other"}
|
||||
options := []string{"GitHub.com", "Other"}
|
||||
hostType, err := opts.Prompter.Select(
|
||||
"What account do you want to log into?",
|
||||
options[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue