Skip to content

Commit 03f6052

Browse files
authored
use baseCommand
1 parent 12067f4 commit 03f6052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_includes/cwl/troubleshooting/troubleshooting-wf1-stepb-fixed.cwl

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ steps:
2222
type: File
2323
outputBinding:
2424
glob: 'stdout.txt'
25-
arguments: ['echo', '-n', '$(inputs.text)']
25+
baseCommand: echo
26+
arguments: [ '-n', '$(inputs.text)' ]
2627
in:
2728
text: text
2829
out: [step_a_stdout]

0 commit comments

Comments
 (0)