Skip to content

Commit 0d2d04f

Browse files
fix file name
1 parent 7162ee8 commit 0d2d04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ set_config_source <- function(config_source,
107107
rlang::abort(paste0(
108108
"File ", config_source, " does not exist. Please use the ",
109109
"argument `config_source` to provide a path to an existing ",
110-
"`.pre-commit.yaml` or `NULL` to use the template config."
110+
"`.pre-commit-config.yaml` or `NULL` to use the template config."
111111
))
112112
}
113113
file_type <- as.character(fs::file_info(config_source)$type)

0 commit comments

Comments
 (0)