From 6abbb63c861ecac3749c7f2eee07e1fb65593e87 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 10 Jan 2020 13:41:57 +0100
Subject: [PATCH] Fix bug

---
 steps/LoSoTo.Plot.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index c4309d5f..d3d07743 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -15,7 +15,7 @@ requirements:
   InitialWorkDirRequirement:
     listing:
       - entryname: 'parset.config'
-        entry: $(get_config().join('\n'))
+        entry: $(get_losoto_config().join('\n'))
       - entryname: $(inputs.input_h5parm.basename)
         entry: $(inputs.input_h5parm)
         writable: true
-- 
GitLab