Skip to content

Commit f3198d9

Browse files
committed
fix a couple of syntax highlighting
1 parent c15cfd3 commit f3198d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/topics/staging-input-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ input file from its leading directory path.
2020
Now invoke `cwl-runner` with the tool wrapper and the input object on the
2121
command line:
2222

23-
```bash
23+
```{code-block} console
2424
$ cwl-runner linkfile.cwl arguments-job.yml
2525
[job 139928309171664] /home/example$ docker run -i --volume=/home/example/Hello.java:/var/lib/cwl/job557617295_examples/Hello.java:ro --volume=/home/example:/var/spool/cwl:rw --volume=/tmp/tmpmNbApw:/tmp:rw --workdir=/var/spool/cwl --read-only=true --net=none --user=1001 --rm --env=TMPDIR=/tmp openjdk:9.0.1-11-slim javac Hello.java
2626
Final process status is success

src/topics/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ As a reminder, [`hello_world.cwl`](../introduction/quick-start.md) simply calls
464464
`echo` on a message. If we invoke `cwl-runner scatter-workflow.cwl scatter-job.yml` on the
465465
command line:
466466

467-
```bash
467+
```{code-block} console
468468
$ cwl-runner scatter-workflow.cwl scatter-job.yml
469469
[workflow scatter-workflow.cwl] start
470470
[step echo] start

0 commit comments

Comments
 (0)