diff --git a/v1.0/v1.0/dir5.cwl b/v1.0/v1.0/dir5.cwl index af3a80a82..ac22a758b 100644 --- a/v1.0/v1.0/dir5.cwl +++ b/v1.0/v1.0/dir5.cwl @@ -11,7 +11,7 @@ outputs: type: File outputBinding: glob: output.txt -arguments: ["find", ".", +arguments: ["find", "-L", ".", {shellQuote: false, valueFrom: "|"}, "sort"] stdout: output.txt \ No newline at end of file