Skip to content

Commit

Permalink
Fix problem with installing Quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpistorius committed Feb 23, 2024
1 parent 6eba6d4 commit 7420a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7420a59

Please sign in to comment.