Skip to content

Commit 2742e40

Browse files
f3schsawenzel
authored andcommitted
dpl-workflow fix typo
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent b40efa1 commit 2742e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
115115
[[ "0$DISABLE_ROOT_OUTPUT" == "00" ]] && DISABLE_ROOT_OUTPUT=
116116

117117
[[ "0$ITSSTAGGERED" == "01" ]] && ITS_STAGGERED=" --enable-its-staggering " || ITS_STAGGERED=
118-
[[ "0$MFTSTAGGERED" == "01" ]] && MFT_STAGGERED=" --enable-its-staggering " || MFT_STAGGERED=
118+
[[ "0$MFTSTAGGERED" == "01" ]] && MFT_STAGGERED=" --enable-mft-staggering " || MFT_STAGGERED=
119119

120120
# ITS vertexing settings
121121
if [[ $BEAMTYPE == "pp" || $LIGHTNUCLEI == "1" ]]; then

0 commit comments

Comments
 (0)