Skip to content

Commit 59758fb

Browse files
davidrohralcaliva
authored andcommitted
Fix Typo
(cherry picked from commit 1d2c818)
1 parent ff39f23 commit 59758fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
175175
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
176176
if [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO; then
177177
if [[ "$BEAMTYPE" == "PbPb" ]]; then
178-
QQC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
178+
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
179179
else
180180
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
181181
fi

0 commit comments

Comments
 (0)