mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Fix typo
This commit is contained in:
parent
b32f2c6b03
commit
06d6d69755
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ func findIniFile() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// readInteractive prints a message to command line and retrives the password from it.
|
// readInteractive prints a message to command line and retrieves the password from it.
|
||||||
func readInteractive(prompt string, pw **string) error {
|
func readInteractive(prompt string, pw **string) error {
|
||||||
fmt.Print(prompt)
|
fmt.Print(prompt)
|
||||||
p, err := terminal.ReadPassword(int(os.Stdin.Fd()))
|
p, err := terminal.ReadPassword(int(os.Stdin.Fd()))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue