commit
354cfbd1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue