Skip to content

Commit ded92be

Browse files
committed
Set outfile using quarto args due to new quarto behaviour
* quarto-dev/quarto-r#257
1 parent d2bde85 commit ded92be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
.httr-oauth
77
.DS_Store
88
docs
9+
10+
/.quarto/

R/create_certificate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ create_certificate <- function(
9393
end_date = format(end_date, "%B %d, %Y"),
9494
cohort_website = cohort_website
9595
),
96-
output_file = outfile,
96+
quarto_args = c('--output', outfile),
9797
quiet = quiet,
9898
...
9999
)

0 commit comments

Comments
 (0)