Skip to content

Commit

Permalink
Add missing line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jan 12, 2024
1 parent 282d31f commit 6b33336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ RUN cd /opt/install && \
export MCSTAS_COMPDIR=`mcrun --showcfg=resourcedir` && \
sed -i 's+@MCSTAS_BINDIR@+'"${MCSTAS_BINDIR}"'+g' McStasScript/configuration.yaml && \
sed -i 's+@MCSTAS_COMPDIR@+'"${MCSTAS_COMPDIR}"'+g' McStasScript/configuration.yaml && \
find /opt/conda/lib -type d -name mcstasscript -exec cp McStasScript/configuration.yaml \{\} \;
find /opt/conda/lib -type d -name mcstasscript -exec cp McStasScript/configuration.yaml \{\} \; && \
# Run mcdoc, installed via conda
/opt/conda/bin/mcdoc -i

0 comments on commit 6b33336

Please sign in to comment.