Skip to content

Commit

Permalink
Merge pull request common-workflow-language#395 from common-workflow-…
Browse files Browse the repository at this point in the history
…language/dir5-allow-symlink

Make the "dir5.cwl" pass if the implementation uses symlinks.
  • Loading branch information
tetron committed Mar 1, 2017
2 parents 12c12ce + 142e34e commit c7958cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.0/v1.0/dir5.cwl
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 c7958cf

Please sign in to comment.