summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/spack/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/bootstrap.py b/lib/spack/spack/bootstrap.py
index 97a38d20a0..52fadbf700 100644
--- a/lib/spack/spack/bootstrap.py
+++ b/lib/spack/spack/bootstrap.py
@@ -311,7 +311,7 @@ class _BuildcacheBootstrapper(object):
@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):