Merge pull request #6306 from cli/typo

fix typo
This commit is contained in:
Mislav Marohnić 2022-09-21 14:09:20 +02:00 committed by GitHub
commit 354cfbd1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ func logoutRun(opts *LogoutOptions) error {
hostname = candidates[0]
} else {
selected, err := opts.Prompter.Select(
"What account to you want to log out of?", "", candidates)
"What account do you want to log out of?", "", candidates)
if err != nil {
return fmt.Errorf("could not prompt: %w", err)
}