From 65e8f78d034a19af19c00b50dc20979623479f08 Mon Sep 17 00:00:00 2001 From: vahid torkaman Date: Wed, 3 Jul 2024 16:36:58 +0200 Subject: [PATCH] fix typo in pub login script --- pub_login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub_login.sh b/pub_login.sh index 37ef32e..968b5e5 100644 --- a/pub_login.sh +++ b/pub_login.sh @@ -3,7 +3,7 @@ # Checking whether the secrets are available as environment # variables or not. -if [ -z "${PUB_ACCESS_TOKEN" ]; then +if [ -z "${PUB_ACCESS_TOKEN}" ]; then echo "Missing PUB_ACCESS_TOKEN environment variable" exit 1 fi