From db4af2d195b5e9d61ff4d5efc04d6155311266ea Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Mon, 18 Sep 2023 08:59:30 +1000 Subject: [PATCH] fix: add missing closing fi to if --- legacy/build-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/build-deploy.sh b/legacy/build-deploy.sh index 89c306a9..4179119a 100755 --- a/legacy/build-deploy.sh +++ b/legacy/build-deploy.sh @@ -68,6 +68,7 @@ else if [[ -f "/var/run/secrets/lagoon/deployer/token" ]]; then DEPLOYER_TOKEN=$(cat /var/run/secrets/lagoon/deployer/token) fi +fi if [ -z ${DEPLOYER_TOKEN} ]; then echo "No deployer token found"; exit 1; fi