Skip to content

Commit

Permalink
address CI lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Sep 24, 2023
1 parent aca8222 commit 2caf23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cran-compliance.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ vendor_pkgs <- function(path = ".", quiet = FALSE, overwrite = NULL) {
"generate-lockfile",
"--manifest-path",
file.path(src_dir, "Cargo.toml")
),
),
stderr_line_callback = function(x, proc) {
if (!grepl("To use vendored sources", x) && x != "") {
cli::cat_bullet(stringi::stri_trim_left(x))
Expand Down

0 comments on commit 2caf23b

Please sign in to comment.