Skip to content

Commit 975fefd

Browse files
authored
Use cli messaging for cache
1 parent e8836fd commit 975fefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/zzz.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ask_to_switch_to_non_default_cache_root <- function(ask = interactive()) {
6464

6565

6666
ask_to_switch_to_non_default_cache_root_impl <- function() {
67-
rlang::inform(paste0(
67+
cli::cli_inform(paste0(
6868
"{styler} cache is cleared after 6 days. ",
69-
"See `?styler::caching` to configure differently or silence this message."
69+
"See {.help styler::caching} to configure differently or silence this message."
7070
))
7171
}
7272

0 commit comments

Comments
 (0)