Skip to content

Commit 56521f8

Browse files
Merge pull request #21 from njacazio/O2AT
Fix
2 parents 6a0b74f + c60a4b3 commit 56521f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorials/PWGLF/Strangeness/PbPb/Analysis/run_step0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ $rc -eq 0 ]; then
1616
echo "No problems!"
1717
mkdir -p "${DIR_THIS}/results/step${STEP}"
1818
mv AnalysisResults.root "${DIR_THIS}/results/step${STEP}/AnalysisResults.root"
19-
mv dpl-config.json " "${DIR_THIS}/results/step${STEP}/step${STEP}.json""
19+
mv dpl-config.json "${DIR_THIS}/results/step${STEP}/step${STEP}.json"
2020
else
2121
echo "Error: Exit code ${rc}"
2222
echo "Check the log file ${LOGFILE}"

0 commit comments

Comments
 (0)