Skip to content

Commit 2b2e5ac

Browse files
committed
fix(ci): Fix typo in pub login script (#6)
1 parent b25c381 commit 2b2e5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub_login.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Checking whether the secrets are available as environment
55
# variables or not.
6-
if [ -z "${PUB_ACCESS_TOKEN" ]; then
6+
if [ -z "${PUB_ACCESS_TOKEN}" ]; then
77
echo "Missing PUB_ACCESS_TOKEN environment variable"
88
exit 1
99
fi

0 commit comments

Comments
 (0)