suggestion from PR review, removed duplicate develop

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
Jonathan Shimwell 2021-01-26 18:34:52 +00:00 committed by GitHub
parent 13ba260309
commit 0990d92c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
RUN if [ "$include_dagmc" = "true" ] ; \
then mkdir DAGMC ; \
cd DAGMC ; \
git clone --single-branch --branch develop develop https://github.com/svalinn/DAGMC.git ; \
git clone --single-branch --branch develop https://github.com/svalinn/DAGMC.git ; \
mkdir build ; \
cd build ; \
cmake ../DAGMC -DBUILD_TALLY=ON \