Skip to content

Commit

Permalink
Change msg text
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 29, 2024
1 parent d889830 commit de16fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_cli.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cli_pipeline_done <- function(
print = TRUE
) {
time <- if_any(time_stamp, time_stamp(), NULL)
msg <- paste(c(time, "completed pipeline"), collapse = " ")
msg <- paste(c(time, "ended pipeline"), collapse = " ")
if (!is.null(seconds_elapsed)) {
msg_time <- paste0(" [", units_seconds(seconds_elapsed), "]")
msg <- paste0(msg, msg_time)
Expand Down

0 comments on commit de16fb7

Please sign in to comment.