Skip to content

Commit

Permalink
Fix typo in cli message (r-lib#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio authored and SebKrantz committed Jun 1, 2024
1 parent 6dbff75 commit 5d9bf30
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 = call)
}

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

0 comments on commit 5d9bf30

Please sign in to comment.