mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Fix misspelling
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ func (context *AptlyContext) _database() (database.Storage, error) {
|
||||
|
||||
context.database, err = database.NewDB(context.dbPath())
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("can't instanciate database: %s", err)
|
||||
return nil, fmt.Errorf("can't instantiate database: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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