Close if statement.

This commit is contained in:
Patrick Shriwise 2020-10-26 19:20:38 -05:00
parent bf54f4a0ee
commit 4326bca962

View file

@ -17,8 +17,9 @@ fi
# Install vectfit for WMP generation if needed
if [[ $VECTFIT = 'y' ]]; then
./tools/ci/gha-install-vectfit.sh
fi
# Install LibMesh if needed
# Install libMesh if needed
if [[ $LIBMESH = 'y' ]]; then
./tools/ci/travis-install-libmesh.sh
fi