mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
configuration/core: Fix alias for 'results_processors'
Adds missing 's' for alias name.
This commit is contained in:
parent
cf39d6c8d3
commit
7100165376
@ -896,7 +896,7 @@ class JobSpec(Configuration):
|
||||
'''),
|
||||
ConfigurationPoint('augmentations', kind=toggle_set, merge=True,
|
||||
aliases=["instruments", "processors", "instrumentation",
|
||||
"output_processors", "augment", "result_processor"],
|
||||
"output_processors", "augment", "result_processors"],
|
||||
description='''
|
||||
The instruments and output processors to enable (or
|
||||
disabled using a ~) during this workload spec. This combines the
|
||||
|
Loading…
x
Reference in New Issue
Block a user