Skip to content

Commit 1d2c818

Browse files
committed
Fix Typo
1 parent 6d96fa8 commit 1d2c818

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
@@ -190,7 +190,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
190190
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
191191
if [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO; then
192192
if [[ "$BEAMTYPE" == "PbPb" ]]; then
193-
QQC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
193+
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
194194
else
195195
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
196196
fi

0 commit comments

Comments
 (0)