Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Oct 5, 2024
1 parent 37def27 commit 0e95811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pr.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pr_init <- function(branch) {
"pull request ready".',
"i" = "You probably need to configure a personal access token for
{.val {tr$host}}.",
"i" = "See {.run usethis::gh_token_help()} for help with that.",
"i" = "See {.run usethis::gh_token_help()} for help with that."

Check warning on line 190 in R/pr.R

View check run for this annotation

Codecov / codecov/patch

R/pr.R#L190

Added line #L190 was not covered by tests
))
if (ui_github_remote_config_wat(cfg)) {
ui_bullets(c("x" = "Cancelling."))
Expand Down

0 comments on commit 0e95811

Please sign in to comment.