Skip to content

Commit

Permalink
Don't suggest to run pr_push() immediately since the action should …
Browse files Browse the repository at this point in the history
…be done later (when the work is done)
  • Loading branch information
olivroy committed Mar 6, 2024
1 parent 0beb17a commit a5ca3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pr.R
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 {.run usethis::pr_push} to create a PR."))
ui_bullets(c("_" = "Use {.fun usethis::pr_push} to create a PR."))
invisible()
}

Expand Down

0 comments on commit a5ca3b8

Please sign in to comment.