Merge pull request #584 from pre-commit/fix_typo

Fix a typo in the install help
This commit is contained in:
Anthony Sottile
2017-08-10 23:43:04 -04:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ def main(argv=None):
install_parser.add_argument(
'--allow-missing-config', action='store_true', default=False,
help=(
'Whether to allow a missing `pre-config` configuration file '
'Whether to allow a missing `pre-commit` configuration file '
'or exit with a failure code.'
),
)