Skip to content

Commit

Permalink
Remove errant trailing comma
Browse files Browse the repository at this point in the history
Was causing this NOTE:

N  checking R code for possible problems (6s)
  pr_init: missing arguments not allowed in calls to ‘c’
  • Loading branch information
jennybc committed Oct 8, 2024
1 parent b4e8477 commit 626cc0e
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."
))
if (ui_github_remote_config_wat(cfg)) {
ui_bullets(c("x" = "Cancelling."))
Expand Down

0 comments on commit 626cc0e

Please sign in to comment.