Skip to content

Commit f95eb57

Browse files
Use v1.0 style id's in inputs/outputs example
1 parent 2d7707c commit f95eb57

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)