Skip to content

Commit

Permalink
BF: Fix containerstore variable - add missing $
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
adswa committed Jun 10, 2021
1 parent b7803bb commit 8f80c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_ukb_cat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ executable = \$ENV(PWD)/code/participant_job
environment = "\\
JOBID=\$(subject).\$(Cluster) \\
DSLOCKFILE=\$ENV(PWD)/.condor_datalad_lock \\
DATALAD_GET_SUBDATASET__SOURCE__CANDIDATE__101cat='{containerstore}#{id}' \\
DATALAD_GET_SUBDATASET__SOURCE__CANDIDATE__101cat='${containerstore}#{id}' \\
GIT_AUTHOR_NAME='${git_name}' \\
GIT_AUTHOR_EMAIL='${git_email}' \\
"
Expand Down

0 comments on commit 8f80c72

Please sign in to comment.