From 118567fb4dc68c3605ef2f4ef441e77f4f72d27e Mon Sep 17 00:00:00 2001
From: David Rafferty <drafferty@hs.uni-hamburg.de>
Date: Tue, 26 Oct 2021 10:40:15 +0200
Subject: [PATCH] Fix typo in true/false check

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

diff --git a/lofar-cwl/steps/LoSoTo.Plot.cwl b/lofar-cwl/steps/LoSoTo.Plot.cwl
index 2e806a83..55a5bb29 100644
--- a/lofar-cwl/steps/LoSoTo.Plot.cwl
+++ b/lofar-cwl/steps/LoSoTo.Plot.cwl
@@ -26,7 +26,7 @@ requirements:
 
           INPUT_H5PARM=$(inputs.input_h5parm.basename)
           DO_PLOTS=$(inputs.execute)
-          if [ "$DO_PLOT" = "true" ]; then
+          if [ "$DO_PLOTS" = "true" ]; then
             losoto --verbose $INPUT_H5PARM parset.config
           else
             echo Skipped plotting 3rd order tec solutions
-- 
GitLab