Commit 5eb28cba authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Typo.

parent 0a9a0b21
......@@ -108,5 +108,5 @@ def hash_it(s):
return hashlib.md5(s).hexdigest()
def get_gnupg():
return gnupg.GnuPG(config['debexpo.gpg_path',
'debexpo.gpg_keyring'])
return gnupg.GnuPG(config['debexpo.gpg_path'],
config['debexpo.gpg_keyring'])
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment