Skip to content

Commit 41e7630

Browse files
committed
removed old reference
1 parent fa7ef2f commit 41e7630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackinator/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def generate(self, recipe):
234234
pre_install_hook=recipe.pre_install_hook,
235235
spack_version=spack_version,
236236
spack_meta=spack_meta,
237-
gpg_keys=recipe.mirrors.key_files(config_path),
237+
gpg_keys=recipe.mirrors.keys,
238238
cache=recipe.build_cache_mirror,
239239
exclude_from_cache=["nvhpc", "cuda", "perl"],
240240
verbose=False,

0 commit comments

Comments
 (0)