mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
read sign targets from correct path
This commit is contained in:
parent
6e9dcca254
commit
5d79fcca22
@ -82,7 +82,7 @@ class GPG:
|
|||||||
"""
|
"""
|
||||||
targets = {
|
targets = {
|
||||||
SignSettings.from_option(option)
|
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
|
default_key = configuration.get("sign", "key") if targets else None
|
||||||
return targets, default_key
|
return targets, default_key
|
||||||
|
Loading…
Reference in New Issue
Block a user