Skip to content

Commit 0a3bcff

Browse files
committed
wrong variable
1 parent 42502b4 commit 0a3bcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackinator/templates/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pre-install: spack-setup
3333

3434
mirror-setup: spack-setup{% if pre_install_hook %} pre-install{% endif %}
3535

36-
{% if buildcache_mirrors %}
36+
{% if cache %}
3737
@echo "Pulling and trusting keys from configured buildcaches."
3838
$(SANDBOX) $(SPACK) buildcache keys --install --trust
3939
{% endif %}

0 commit comments

Comments
 (0)