Skip to content

Commit 79ef65e

Browse files
author
Damien François
committed
Fix typo: $JOB-ID -> $JOBID
1 parent 1ee196a commit 79ef65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beyond_basics/101-170-dataladrun.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This makes it easy to associate a result (via its branch) with the log, error, o
223223
# git checkout -b <name> creates a new branch and checks it out
224224
$ git checkout -b "job-$JOBID"
225225
226-
Importantly, the ``$JOB-ID`` isn't hardcoded into the script but it can be given to the script as an environment or input variable at the time of job submission.
226+
Importantly, the ``$JOBID`` isn't hardcoded into the script but it can be given to the script as an environment or input variable at the time of job submission.
227227
The code snippet above uses a bash :term:`environment variable` (``$JOBID``, as indicated by the all-upper-case variable name with a leading ``$``).
228228
It will be defined in the job submission -- this is shown and explained in detail in the respective paragraph below.
229229

0 commit comments

Comments
 (0)