Merge pull request #394 from Narrat/fix/393

Fix typo calling pinentry_assuan_getpass
This commit is contained in:
Denis Roio 2020-11-23 11:14:15 +01:00 committed by GitHub
commit 694390bd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tomb
View File

@ -426,7 +426,7 @@ ask_password() {
_verbose "no display detected"
_is_found "pinentry-curses" && {
_verbose "using pinentry-curses with no display"
output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses)
output=$(pinentry_assuan_getpass | pinentry-curses)
pass_asked=1
}
fi