address PR comment, adding whitespace for formatting

Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
pull/8431/head
Jack Weldon 4 years ago
parent 971c9215d1
commit ac1a25517b
No known key found for this signature in database
GPG Key ID: 1B56CB7A4A85F02B

@ -117,7 +117,7 @@ func (o *repoAddOptions) run(out io.Writer) error {
}
if o.username != "" && o.password == "" {
fmt.Fprint(out, "Password:")
fmt.Fprint(out, "Password: ")
password, err := terminal.ReadPassword(syscall.Stdin)
fmt.Fprintln(out)
if err != nil {

Loading…
Cancel
Save