Skip to content

Commit 664adc3

Browse files
committed
fix example
1 parent b14bd17 commit 664adc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ WDL also provides features for implementing more complex workflows. For example,
382382
```json
383383
{
384384
"hello_parallel.pattern": "^[a-z_]+$",
385-
"hello_parallel.files": ["/greetings.txt", "greetings2.txt"]
385+
"hello_parallel.files": ["greetings.txt", "hello.txt"]
386386
}
387387
```
388388

0 commit comments

Comments
 (0)