Skip to content
Snippets Groups Projects
Unverified Commit 5565b649 authored by Greg Becker's avatar Greg Becker Committed by GitHub
Browse files

typo (#18845)

parent 88187bc6
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ def build_directory(self):
:return: directory where to build the package
"""
dirname = 'spack-build=%s' % self.spec.dag_hash(7)
dirname = 'spack-build-%s' % self.spec.dag_hash(7)
return os.path.join(self.stage.path, dirname)
def cmake_args(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment