Skip to content

Commit 626cc0e

Browse files
committed
Remove errant trailing comma
Was causing this NOTE: N checking R code for possible problems (6s) pr_init: missing arguments not allowed in calls to ‘c’
1 parent b4e8477 commit 626cc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pr.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pr_init <- function(branch) {
187187
"pull request ready".',
188188
"i" = "You probably need to configure a personal access token for
189189
{.val {tr$host}}.",
190-
"i" = "See {.run usethis::gh_token_help()} for help with that.",
190+
"i" = "See {.run usethis::gh_token_help()} for help with that."
191191
))
192192
if (ui_github_remote_config_wat(cfg)) {
193193
ui_bullets(c("x" = "Cancelling."))

0 commit comments

Comments
 (0)