Skip to content

Commit a1d10b4

Browse files
committed
Fix emphasize lines for the troubleshooting file
1 parent 2105c9e commit a1d10b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Also note that the status of `step_b` is now of success.
5353

5454
```{runcmd} cwltool --cachedir /tmp/cachedir/ troubleshooting-wf1-stepb-fixed.cwl
5555
:working-directory: src/_includes/cwl/troubleshooting
56-
:emphasize-lines: 12, 16-18
56+
:emphasize-lines: 12, 13-16
5757
```
5858

5959
In this example the workflow step `step_a` was not re-evaluated as it had been cached, and

0 commit comments

Comments
 (0)