remove unneeded dot
This commit is contained in:
parent
053efddfec
commit
ee3a626b73
1 changed files with 2 additions and 2 deletions
|
|
@ -158,9 +158,9 @@ build_single_tag <- function(
|
||||||
))
|
))
|
||||||
|
|
||||||
if (file.exists(sprintf("%s/%s_%s.tar.gz", dir_out_bin, package_name, tag))) {
|
if (file.exists(sprintf("%s/%s_%s.tar.gz", dir_out_bin, package_name, tag))) {
|
||||||
cli::cli_alert("{.fun build_single_tag}: (2/3). Tarball for package {.pkg {package_name}} with tag {.field {tag}} already exists. Skipping build.")
|
cli::cli_alert("{.fun build_single_tag}: (2/3) Tarball for package {.pkg {package_name}} with tag {.field {tag}} already exists. Skipping build.")
|
||||||
} else {
|
} else {
|
||||||
cli::cli_alert("{.fun build_single_tag}: (2/3). Building package {.pkg {package_name}} with tag {.field {tag}}.")
|
cli::cli_alert("{.fun build_single_tag}: (2/3) Building package {.pkg {package_name}} with tag {.field {tag}}.")
|
||||||
|
|
||||||
t1 <- Sys.time()
|
t1 <- Sys.time()
|
||||||
dump <- pkgbuild::build(
|
dump <- pkgbuild::build(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue