We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84835f1 commit 11acc42Copy full SHA for 11acc42
utils/read.go
@@ -78,7 +78,7 @@ func ReadPasswordGenerate(prompt string) ([]byte, error) {
78
return nil, errors.WithStack(err)
79
}
80
pass = []byte(_pass)
81
- fmt.Fprintf(os.Stderr, "\n\npassword: %s\n\n", pass)
+ fmt.Fprintf(os.Stderr, "\npassword: %s\n\n", pass)
82
83
return pass, errors.Wrap(err, "error reading password")
84
0 commit comments