diff --git a/lib/benchpark/experiment.py b/lib/benchpark/experiment.py index 4ee064d3c..996f213e9 100644 --- a/lib/benchpark/experiment.py +++ b/lib/benchpark/experiment.py @@ -88,7 +88,7 @@ def compute_ramble_dict(self): "config": self.compute_config_section(), "modifiers": self.compute_modifiers_section(), "applications": self.compute_applications_section(), - "spack": self.compute_spack_section(), + "software": self.compute_spack_section(), } }