Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Nov 27, 2024
1 parent 1ce0e98 commit 826abc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modify-quarto-yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ yq -i '

if [[ "${FORECAST}" == "false" ]]; then
# remove the forecasts tab
yq -i 'del(.website.navbar.left[1]);' "${YML}"
yq -i 'del(.website.navbar.left[1])' "${YML}"
fi

0 comments on commit 826abc4

Please sign in to comment.