Skip to content
Snippets Groups Projects
Commit 0de3a27a authored by Tobias Dussa's avatar Tobias Dussa
Browse files

Fixed typo; now actually uses entered signpass value.

parent 41b5a747
Branches
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ if args.smtppass == '-':
if args.signpass == '-':
args.signpass = getpass.getpass('Signature key password: ')
if args.signpass:
args.signarg['passphrase']: args.signpass
args.signarg['passphrase'] = args.signpass
if args.sign and 'keyid' not in args.signarg:
args.signarg['keyid'] = args.sender
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment