From 94f3ce0085908e0df3c11d6c7ca52182eae6d6f9 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 12 Oct 2021 16:51:55 +0200
Subject: [PATCH] Fix parameter output

---
 download_and_compress_pipeline.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/download_and_compress_pipeline.cwl b/download_and_compress_pipeline.cwl
index fc5dad3..9614352 100644
--- a/download_and_compress_pipeline.cwl
+++ b/download_and_compress_pipeline.cwl
@@ -26,7 +26,7 @@ outputs:
         items: File
   - id: ingest
     outputSource:
-      - compress/inspect
+      - compress/ingest
     type: Any[]
   - id: uv_coverage
     type: File[]
-- 
GitLab