Add colon at the end of secret prompts (#9004)
This commit is contained in:
parent
28c4d3075b
commit
93113e12ea
3 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ func Login(opts *LoginOptions) error {
|
|||
|
||||
if sshChoice {
|
||||
passphrase, err := opts.Prompter.Password(
|
||||
"Enter a passphrase for your new SSH key (Optional)")
|
||||
"Enter a passphrase for your new SSH key (Optional):")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue