Skip to content

Commit

Permalink
Make this runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 5, 2024
1 parent fc8472c commit cfcc633
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 @@ -224,7 +224,7 @@ pr_init <- function(branch) {
config_key <- glue("branch.{branch}.created-by")
gert::git_config_set(config_key, value = "usethis::pr_init", repo = repo)

ui_bullets(c("_" = "Use {.fun pr_push} to create a PR."))
ui_bullets(c("_" = "Use {.run usethis::pr_push} to create a PR."))
invisible()
}

Expand Down

0 comments on commit cfcc633

Please sign in to comment.