Skip to content

Commit 6d675ed

Browse files
also add false arg
1 parent 2b5f98b commit 6d675ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/setup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ use_precommit <- function(config_source = getOption("precommit.config_source"),
7979
#' @inheritParams fallback_doc
8080
#' @export
8181
use_ci <- function(ci = getOption("precommit.ci", "native"),
82-
open = interactive(), root = here::here()) {
82+
open = interactive(), force = FALSE, root = here::here()) {
8383
if (is.na(ci)) {
8484
return()
8585
} else if (ci == "gha") {

0 commit comments

Comments
 (0)