Skip to content

Commit

Permalink
Add missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Dec 30, 2024
1 parent 6ce493a commit 2e2beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlmaLinux9/Dockerfile-spack
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ RUN source /opt/setup_spack.sh && \
spack compiler find && \
if [ -n "${SPACK_BUILDCACHE}" ]; then \
for buildcache in ${SPACK_BUILDCACHE//:/ }; do \
spack mirror add --unsigned local-buildcache "${buildcache}" \
spack mirror add --unsigned local-buildcache "${buildcache}"; \
done \
fi

0 comments on commit 2e2beb1

Please sign in to comment.