Skip to content

Commit 9901418

Browse files
committed
Quarto 1.8.13 is the version with the fix not 1.8.12
1 parent 7f84ed6 commit 9901418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/quarto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ quarto_run <- function(
131131
# This is required due to a bug in QUARTO CLI, fixed only in 1.8+
132132
# https://github.com/quarto-dev/quarto-cli/pull/12887
133133
custom_env <- NULL
134-
if (!quarto_available(min = "1.8.12")) {
134+
if (!quarto_available(min = "1.8.13")) {
135135
custom_env <- c("current", QUARTO_R = R.home("bin"))
136136
}
137137
res <- tryCatch(

0 commit comments

Comments
 (0)