diff options
-rw-r--r-- | lib/spack/spack/spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py index 3bad05c612..8a463c2f78 100644 --- a/lib/spack/spack/spec.py +++ b/lib/spack/spack/spec.py @@ -2991,7 +2991,7 @@ class Spec(object): # Any specs that were concrete before finalization will already have a cached # DAG hash. for spec in self.traverse(): - self._cached_hash(ht.dag_hash) + spec._cached_hash(ht.dag_hash) def concretized(self, tests=False): """This is a non-destructive version of concretize(). |