Skip to content

Commit

Permalink
fix: remove superfluous curly-brace in cli call
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Mar 18, 2024
1 parent 66febb0 commit 4c32e97
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 @@ -212,7 +212,7 @@ write_if_different <- function(pkg, contents, path, quiet = FALSE, check = TRUE)

if (check && !made_by_pkgdown(full_path)) {
if (!quiet) {
cli::cli_inform("Skipping {.file {{path}}: not generated by pkgdown")
cli::cli_inform("Skipping {.file {path}}: not generated by pkgdown")
}
return(FALSE)
}
Expand Down

0 comments on commit 4c32e97

Please sign in to comment.