We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7162ee8 commit 0d2d04fCopy full SHA for 0d2d04f
R/config.R
@@ -107,7 +107,7 @@ set_config_source <- function(config_source,
107
rlang::abort(paste0(
108
"File ", config_source, " does not exist. Please use the ",
109
"argument `config_source` to provide a path to an existing ",
110
- "`.pre-commit.yaml` or `NULL` to use the template config."
+ "`.pre-commit-config.yaml` or `NULL` to use the template config."
111
))
112
}
113
file_type <- as.character(fs::file_info(config_source)$type)
0 commit comments