diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile
index 1dcb024ecef7a9f2d9ab04dabff1c9eacb6f0d0a..767b8bbd2c4634f44e5a8a03ab80a4d1aa997ed5 100644
--- a/containers/jug/xl.Dockerfile
+++ b/containers/jug/xl.Dockerfile
@@ -137,14 +137,14 @@ RUN mkdir -p /opt/benchmarks
  && cd /opt/benchmarks                                                          \
  && git clone -b ${BENCHMARK_DET_VERSION} --depth 1                             \
         https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git       \
- && ln -sf ../common_bench detector_benchmarks/.local                           \
+ && ln -sf ../common_bench detector_benchmarks/.local
 
 ADD ${EICWEB}/408/repository/tree?ref=${BENCHMARK_REC_VERSION} /tmp/408.json 
 RUN mkdir -p /opt/benchmarks                                                    \
  && cd /opt/benchmarks                                                          \
  && git clone -b ${BENCHMARK_REC_VERSION} --depth 1                             \
         https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git \
- && ln -sf ../common_bench reconstruction_benchmarks/.local                     \
+ && ln -sf ../common_bench reconstruction_benchmarks/.local
 
 ADD ${EICWEB}/400/repository/tree?ref=${BENCHMARK_PHY_VERSION} /tmp/400.json
 RUN mkdir -p /opt/benchmarks                                                    \