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

Fix typo in true/false check

Former-commit-id: 118567fb
Former-commit-id: a499f379
parent d47814de
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ requirements: ...@@ -26,7 +26,7 @@ requirements:
INPUT_H5PARM=$(inputs.input_h5parm.basename) INPUT_H5PARM=$(inputs.input_h5parm.basename)
DO_PLOTS=$(inputs.execute) DO_PLOTS=$(inputs.execute)
if [ "$DO_PLOT" = "true" ]; then if [ "$DO_PLOTS" = "true" ]; then
losoto --verbose $INPUT_H5PARM parset.config losoto --verbose $INPUT_H5PARM parset.config
else else
echo Skipped plotting 3rd order tec solutions echo Skipped plotting 3rd order tec solutions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment