From 664adc323f536ab1fac0c41bf3fc85f4f15eb52b Mon Sep 17 00:00:00 2001 From: jdidion Date: Wed, 29 May 2024 12:51:10 -0700 Subject: [PATCH] fix example --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 44cd912b..dfc4c5a4 100644 --- a/SPEC.md +++ b/SPEC.md @@ -382,7 +382,7 @@ WDL also provides features for implementing more complex workflows. For example, ```json { "hello_parallel.pattern": "^[a-z_]+$", - "hello_parallel.files": ["/greetings.txt", "greetings2.txt"] + "hello_parallel.files": ["greetings.txt", "hello.txt"] } ```