address PR comment, adding whitespace for formatting

Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
Signed-off-by: Ashok Pon Kumar <ashokponkumar@in.ibm.com>
pull/8441/head
Jack Weldon 5 years ago committed by Ashok Pon Kumar
parent 4d90a4b7d2
commit 32d0d5401f

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

Loading…
Cancel
Save