Skip to content
Snippets Groups Projects
Commit 118567fb authored by David Rafferty's avatar David Rafferty
Browse files

Fix typo in true/false check

parent 6cecff25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment