From ef9104bcfbbdf6d12f28c5bfa998c207f4ebfb1c 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

Former-commit-id: 83552cf997b8559199cac8b1cb4e57747f59ed34 [formerly 6abbb63c861ecac3749c7f2eee07e1fb65593e87]
Former-commit-id: cac89f9c4db0ce4b8ec4f45159e1172352ab1662
Former-commit-id: 688f161a3ee893dfd806abd433eaa86418b2f88c
---
 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