diff --git a/lib/spack/spack/bootstrap.py b/lib/spack/spack/bootstrap.py index 97a38d20a0b..52fadbf7002 100644 --- a/lib/spack/spack/bootstrap.py +++ b/lib/spack/spack/bootstrap.py @@ -311,7 +311,7 @@ def _install_and_test( @property def mirror_scope(self): return spack.config.InternalConfigScope( - 'bootstrap', {'mirrors:': {self.name: self.url}} + 'bootstrap_buildcache', {'mirrors:': {self.name: self.url}} ) def try_import(self, module, abstract_spec_str):