Skip to content

Commit 4c16860

Browse files
committed
fix: Use kebab-case workflow name pid-feature-extractor
1 parent 7758661 commit 4c16860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/PIDFeatureExtractor/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
o2physics_add_dpl_workflow(pidFeatureExtractor
12+
o2physics_add_dpl_workflow(pid-feature-extractor
1313
SOURCES PIDFeatureExtractor.cxx
1414
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
15-
COMPONENT_NAME Analysis)
15+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)