Skip to content

Commit

Permalink
Make the "dir5.cwl" pass if the implementation uses symlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Feb 28, 2017
1 parent 7063fc0 commit 142e34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.0/v1.0/dir5.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ outputs:
type: File
outputBinding:
glob: output.txt
arguments: ["find", ".",
arguments: ["find", "-L", ".",
{shellQuote: false, valueFrom: "|"},
"sort"]
stdout: output.txt

0 comments on commit 142e34e

Please sign in to comment.