Skip to content

Commit

Permalink
Respond to a bug encountered with usethis::git_sitrep() that the te…
Browse files Browse the repository at this point in the history
…xt was not formatted as cli
  • Loading branch information
olivroy committed Jan 14, 2024
1 parent 616e502 commit f00d853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/utils-github.R
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,13 @@ all_configs <- function() {
}

read_more <- function() {
"Read more about the GitHub remote configurations that usethis supports at:
{.url https://happygitwithr.com/common-remote-setups.html}"
cli::format_inline("Read more about the GitHub remote configurations that usethis supports at:
{.url https://happygitwithr.com/common-remote-setups.html}")
}

read_more_maybe <- function() {
"Read more about what this GitHub remote configurations means at:
{.url https://happygitwithr.com/common-remote-setups.html}"
cli::format_inline("Read more about what this GitHub remote configurations means at:
{.url https://happygitwithr.com/common-remote-setups.html}")
}

cfg_no_github <- function(cfg) {
Expand Down

0 comments on commit f00d853

Please sign in to comment.