mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Fix misspelling
This commit is contained in:
@@ -121,6 +121,7 @@ func (g *GoSigner) Init() error {
|
||||
i++
|
||||
}
|
||||
|
||||
// TODO: retry passphrase entry
|
||||
fmt.Print("\nEnter passphrase: ")
|
||||
var bytePassphrase []byte
|
||||
bytePassphrase, err = terminal.ReadPassword(int(syscall.Stdin))
|
||||
|
||||
Reference in New Issue
Block a user