Skip to content

Commit c7958cf

Browse files
authored
Merge pull request #395 from common-workflow-language/dir5-allow-symlink
Make the "dir5.cwl" pass if the implementation uses symlinks.
2 parents 12c12ce + 142e34e commit c7958cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1.0/v1.0/dir5.cwl

+1-1
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)