From 3fdb57cb097f84beec12e3e28d95469ca057cb68 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Wed, 6 Oct 2021 23:24:11 +0000 Subject: [PATCH] not sure what the dash did there --- bin/get_calibrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get_calibrations b/bin/get_calibrations index 1e98e389..8ec486e9 100755 --- a/bin/get_calibrations +++ b/bin/get_calibrations @@ -4,7 +4,7 @@ branch=${1:-master} detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/artifacts/${branch}/raw/ mkdir -p config -for i in results/emcal_barrel_calibration.json results/geometry-map-json ; do +for i in results/emcal_barrel_calibration.json results/geometry-map.json ; do curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i}) if [[ "$?" -ne "0" ]] ; then if find ${DETECTOR_PATH} -name $(basename $i) ; then -- GitLab