Skip to content

Commit 4a72f02

Browse files
authored
Merge pull request #178 from ktaletsk/patch-4
Typo: incorrect output parameter reference
2 parents fd3b9e9 + 80113fe commit 4a72f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/21-1st-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ another may run in parallel.
118118
The first step, `untar` runs `tar-param.cwl` (described previously in
119119
[Parameter references]({{ page.root }}{% link _episodes/06-params.md %})).
120120
This tool has two input parameters, `tarfile` and `extractfile` and one output
121-
parameter `example_out`.
121+
parameter `extracted_file`.
122122

123123
The ``in`` section of the workflow step connects these two input parameters to
124124
the inputs of the workflow, `tarball` and `name_of_file_to_extract` using

0 commit comments

Comments
 (0)