diff --git a/bin/get_calibrations b/bin/get_calibrations
index 1e98e389f98cb3d7d61b9bad099ac0ffcbf84524..8ec486e9d42770cd5e9344cd3d4737843c4b5440 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