From 025f4b2ec4cbd42560f3ece46ba51b2c7f609347 Mon Sep 17 00:00:00 2001 From: Dan Scales Date: Mon, 12 Aug 2024 16:33:20 -0700 Subject: [PATCH] Replace ',' with ':" --- step_functions/process_list.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step_functions/process_list.json.tmpl b/step_functions/process_list.json.tmpl index 7d49947..8f4299b 100644 --- a/step_functions/process_list.json.tmpl +++ b/step_functions/process_list.json.tmpl @@ -33,7 +33,7 @@ "Type": "Pass", "Result": { "geometries.$": "$.PreprocOutput.geometries", - "output.$", "$.PreprocOutput.output" + "output.$": "$.PreprocOutput.output" }, "ResultPath": "$.files", "Next": "Process List"