Set root of store object to active tree

This commit is contained in:
Carson Woods
2019-07-17 09:48:35 -06:00
parent c61f4d7c82
commit 98ec366470

View File

@@ -70,7 +70,7 @@ def reindex(self):
def _store():
"""Get the singleton store instance."""
root = spack.config.get('config:install_tree', default_root)
root = spack.config.get('config:active_tree', default_root)
# Canonicalize Path for Root regardless of origin
root = spack.util.path.canonicalize_path(root)