Skip to content

Commit

Permalink
Fix typo in cli msg
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio authored May 8, 2024
1 parent 2fa8ef9 commit 569f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rmarkdown.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ render_rmarkdown <- function(pkg, input, output, ..., seed = NULL, copy_images =
output_path <- path_abs(output, pkg$dst_path)

if (!file_exists(input_path)) {
cli::cli_abort("Can't find {src_path(input).", call = caller_env())
cli::cli_abort("Can't find {src_path(input)}.", call = caller_env())
}

cli::cli_inform("Reading {src_path(input)}")
Expand Down

0 comments on commit 569f951

Please sign in to comment.