Skip to content

Commit

Permalink
Fix param for image previews
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Nov 30, 2023
1 parent 36018bd commit 78f2dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/preview.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' Include a preview of the CV template output for documentation
#'
#' @param input Path to the CV's template rmd file
#' @param template Name of the template
#'
#' @keywords internal
insert_preview <- function(template) {
preview <- paste0("preview-", template, ".png")
Expand Down
2 changes: 1 addition & 1 deletion man/insert_preview.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78f2dde

Please sign in to comment.