Skip to content

Commit

Permalink
replace suppressMessages() with ui_silence()
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascwells committed Aug 15, 2024
1 parent 65db56c commit f9d9789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/git.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ git_sitrep <- function(tool = c("git", "github"),
if (!vaccinated) {
ui_bullets(c("i" = "See {.fun usethis::git_vaccinate} to learn more."))
}
protocol <- suppressMessages(git_protocol())
kv_line("Default Git protocol", protocol)
kv_line("Default Git protocol", ui_silence(git_protocol()))
kv_line("Default initial branch name", init_default_branch)
}

Expand Down

0 comments on commit f9d9789

Please sign in to comment.