From 7420a59142d4c0611fa1c9156e30b33b1687ad0c Mon Sep 17 00:00:00 2001 From: Julian Pistorius Date: Fri, 23 Feb 2024 22:20:32 +0000 Subject: [PATCH] Fix problem with installing Quarto --- postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postBuild b/postBuild index c900b46..f91d9c7 100644 --- a/postBuild +++ b/postBuild @@ -10,7 +10,7 @@ elif [ $QUARTO_VERSION = "release" ]; then QUARTO_JSON="_download.json" fi -if [ $QUARTO_JSON != "" ]; then +if [ "$QUARTO_JSON" != "" ]; then # create a python script and run it PYTHON_SCRIPT=_quarto_version.py