address PR comment, adding whitespace for formatting

Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
pull/8227/head
Jack Weldon 5 years ago committed by Vlad Fratila
parent 7aac7271b0
commit 41d40b7083

@ -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