Skip to content

Commit

Permalink
typo in cache message
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Dec 20, 2024
1 parent afc531f commit fa8a04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bc_bound.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bc_bound <- function(ask = interactive(), force = FALSE) {
} else {
ret <- readRDS(fpath)
time <- attributes(ret)$time_downloaded
update_message_once(paste0('bc_bound_hres was updated on ', format(time, "%Y-%m-%d")))
update_message_once(paste0('bc_bound was updated on ', format(time, "%Y-%m-%d")))
}

ret
Expand Down

0 comments on commit fa8a04b

Please sign in to comment.