mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-27 22:31:43 +00:00
read sign targets from correct path
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user