Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Nov 20, 2024
1 parent 9bf40fe commit 3ffbf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir $SPACK_ROOT && cd $SPACK_ROOT \
&& git init -b haupt \
&& git remote add origin https://github.com/spack/spack.git \
&& git fetch --depth=1 origin $SPACK_BRANCH \
&& git reset --hard FETCH_HEAD \
&& git reset --hard FETCH_HEAD

RUN ln -s $SPACK_ROOT/share/spack/docker/entrypoint.bash \
/usr/local/bin/docker-shell \
Expand Down

0 comments on commit 3ffbf56

Please sign in to comment.