Skip to content

Commit

Permalink
Last message conversion to cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 1, 2023
1 parent 697cb47 commit 3b868bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/paths.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zipfile <- function(path, open = "r") {
file <- files$Name[[1]]

if (nrow(files) > 1) {
message("Multiple files in zip: reading '", file, "'")
cli::cli_inform("Multiple files in zip: reading {.file {file}}")
}

unz(path, file, open = open)
Expand Down

0 comments on commit 3b868bd

Please sign in to comment.