Skip to content

Commit

Permalink
Merge pull request cli#6306 from cli/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mislav authored Sep 21, 2022
2 parents 7ae7550 + 198c57a commit 354cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/auth/logout/logout.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 354cfbd

Please sign in to comment.