fix variable expansion
This commit is contained in:
parent
affbbeee03
commit
4f651624c9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ store_build_metadata <- function(
|
|||
))
|
||||
|
||||
if (nrow(existing_entries) >= 1 && !force) {
|
||||
cli::cli_alert("{.fun store_build_metadata}: Build metadata for {.field {.pkg package_name}} {.field {tag}} already exists.")
|
||||
cli::cli_alert("{.fun store_build_metadata}: Build metadata for {.field {.pkg {package_name}}} {.field {tag}} already exists.")
|
||||
} else if (nrow(existing_entries) >= 1 && force) {
|
||||
cli::cli_alert_info("{.fun store_build_metadata}: Force overwriting build metadata for {.pkg {package_name}} {.field {tag}} because {.code force = TRUE} was set.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue