From 4326bca9628b258e0d4b2dd240b882f23a1ad51c Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 26 Oct 2020 19:20:38 -0500 Subject: [PATCH] Close if statement. --- tools/ci/gha-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci/gha-install.sh b/tools/ci/gha-install.sh index 08bcd2ca00..88e6ab03d6 100755 --- a/tools/ci/gha-install.sh +++ b/tools/ci/gha-install.sh @@ -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