Skip to content

Commit 103c976

Browse files
authored
Merge pull request #383 from andrewjesaitis/userguide_typo
Use v1.0 style id's in inputs/outputs example
2 parents 2d7707c + f95eb57 commit 103c976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1.0/UserGuide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
240240
```
241241
outputs:
242-
- id: example_out
242+
example_out:
243243
type: File
244244
outputBinding:
245245
glob: hello.txt

v1.1.0-dev1/UserGuide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
240240
```
241241
outputs:
242-
- id: example_out
242+
example_out:
243243
type: File
244244
outputBinding:
245245
glob: hello.txt

0 commit comments

Comments
 (0)