Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing 2.6 #53

Merged
merged 2 commits into from
May 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
  • Loading branch information
vsoch committed May 23, 2019
commit 31d14e30ea18d3e395bff2fa2b69af1403a70fcd
2 changes: 1 addition & 1 deletion docker2singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ rm -rf $TMPDIR
if [ "${mount_points}" ] ; then
echo "(6/10) Adding mount points..."
for mount_point in ${mount_points}; do
mkdir -p "${build_sandbox}/${mount_points}"
mkdir -p "${build_sandbox}/${mount_point}"
done
else
echo "(6/10) Skipping mount points..."
Expand Down