Skip to content

Commit 9c20484

Browse files
hogank3Lee-W
authored andcommitted
chore: fix error message typo
1 parent a829488 commit 9c20484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _install_pre_commit_hook(self, hook_types: Optional[List[str]] = None):
182182

183183
if not self._search_pre_commit():
184184
raise InitFailedError(
185-
"pre-commit is not installed in current environement."
185+
"pre-commit is not installed in current environment."
186186
)
187187
if hook_types is None:
188188
hook_types = ["commit-msg", "pre-push"]

0 commit comments

Comments
 (0)