mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
read sign targets from correct path
This commit is contained in:
parent
cf276f2398
commit
612cb2fa22
@ -82,7 +82,7 @@ class GPG:
|
||||
"""
|
||||
targets = {
|
||||
SignSettings.from_option(option)
|
||||
for option in configuration.getlist("sign", "targets")
|
||||
for option in configuration.getlist("sign", "target")
|
||||
}
|
||||
default_key = configuration.get("sign", "key") if targets else None
|
||||
return targets, default_key
|
||||
|
Loading…
Reference in New Issue
Block a user