Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e907782

Browse files
committed
Fix a typo in the install help
1 parent 49366f1 commit e907782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main(argv=None):
8282
install_parser.add_argument(
8383
'--allow-missing-config', action='store_true', default=False,
8484
help=(
85-
'Whether to allow a missing `pre-config` configuration file '
85+
'Whether to allow a missing `pre-commit` configuration file '
8686
'or exit with a failure code.'
8787
),
8888
)

0 commit comments

Comments
 (0)