Skip to content

Commit ea9f863

Browse files
authored
cwl-runner: fix format syntax (#83)
1 parent b35840e commit ea9f863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cwl-runner.cwl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ baseCommand: cwl-runner
4646

4747
outputs:
4848
log: stderr
49-
output_object_document: stdout # in the CWL Output Object Document format
50-
format: iana:application/json
49+
output_object_document:
50+
type: stdout # in the CWL Output Object Document format
51+
format: iana:application/json
5152

5253
successCodes:
5354
- 0 # success

0 commit comments

Comments
 (0)