Skip to content

Commit ebb1ed1

Browse files
author
Al Manning
committed
code review feedback
1 parent 5e1f12d commit ebb1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configure-test-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353

5454
# Update tinytex
5555
echo ">>>> Configuring TinyTeX environment"
56-
if [ -z $GH_TOKEN ] && [[ -n $(command -v gh) ]]
56+
if [[ -z $GH_TOKEN && -n $(command -v gh) ]]
5757
then
5858
echo "Setting GH_TOKEN env var for Github Download."
5959
export GH_TOKEN=$(gh auth token)

0 commit comments

Comments
 (0)