Skip to content

Commit 65e8f78

Browse files
committed
fix typo in pub login script
1 parent 0e04fa0 commit 65e8f78

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)