Skip to content

Commit 142e34e

Browse files
author
Peter Amstutz
committed
Make the "dir5.cwl" pass if the implementation uses symlinks.
1 parent 7063fc0 commit 142e34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1.0/v1.0/dir5.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
type: File
1212
outputBinding:
1313
glob: output.txt
14-
arguments: ["find", ".",
14+
arguments: ["find", "-L", ".",
1515
{shellQuote: false, valueFrom: "|"},
1616
"sort"]
1717
stdout: output.txt

0 commit comments

Comments
 (0)