We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33de01 commit 3eac13dCopy full SHA for 3eac13d
stackinator/mirror.py
@@ -159,8 +159,8 @@ def _key_setup(self, key_store: pathlib.Path):
159
"""Validate mirror keys, relocate to key_store, and update mirror config with new key paths."""
160
161
for mirror in self.mirrors:
162
- if mirror["key"]:
163
- key = mirror["key"]
+ if mirror["public_key"]:
+ key = mirror["public_key"]
164
165
# key will be saved under key_store/mirror_name.gpg
166
dest = (key_store / f"'{mirror["name"]}'.gpg").resolve()
0 commit comments