diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index c4309d5f8d0479ac41bc8bf7f91cdd6a34bab00c..d3d077433b5262e300b6d837911c25ff53f3320a 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