Skip to content

Commit

Permalink
Fix #252
Browse files Browse the repository at this point in the history
Was setting to FALSE!
  • Loading branch information
seananderson committed Mar 16, 2024
1 parent ef7fe21 commit 61192cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ render <- function(yaml_fn = "_bookdown.yml",
pdf_or_word <- `if`(doc_format == "pdf", "PDF", "Word")

# Make sure all YAML entries are present in `index.Rmd`
check_yaml(render_type, verbose)
check_yaml(render_type, verbose = verbose)

# Find out what language is set to and set the option 'french' here
# so that it works on the first compilation in a workspace
Expand Down

0 comments on commit 61192cc

Please sign in to comment.