We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1f12d commit ebb1ed1Copy full SHA for ebb1ed1
tests/configure-test-env.sh
@@ -53,7 +53,7 @@ fi
53
54
# Update tinytex
55
echo ">>>> Configuring TinyTeX environment"
56
-if [ -z $GH_TOKEN ] && [[ -n $(command -v gh) ]]
+if [[ -z $GH_TOKEN && -n $(command -v gh) ]]
57
then
58
echo "Setting GH_TOKEN env var for Github Download."
59
export GH_TOKEN=$(gh auth token)
0 commit comments