improve archiging log output
This commit is contained in:
parent
d94229757b
commit
26bb9d3b33
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ archive_package <- function(
|
|||
files <- s3fs::s3_dir_ls(remote_bin_dir)
|
||||
|
||||
foo <- lapply(package_name, function(.x) {
|
||||
cli::cli_h3("Processing {.pkg {.x}}")
|
||||
cli::cli_h2("Archiving {.pkg {.x}}")
|
||||
if (!s3fs::s3_dir_exists(sprintf("%s/Archive/%s", remote_bin_dir, .x))) {
|
||||
s3fs::s3_dir_create(sprintf("%s/Archive/%s", remote_bin_dir, .x))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue