Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed May 26, 2023
1 parent f4568c3 commit 0665e5a
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 @@ -97,7 +97,7 @@ quarto_render <- function(input = NULL,
names(render_args)
)
writeLines(
paste0("quarto::quarto_render(", paste0(render_args, collapse = ", "),")"),
paste0("quarto::quarto_render(", paste0(render_args, collapse = ", "), ")"),
script
)
rstudioapi::jobRunScript(
Expand Down

0 comments on commit 0665e5a

Please sign in to comment.