Skip to content

Commit b0940e6

Browse files
David Arnoldroberth
David Arnold
andauthored
Update modules/pre-commit.nix
Co-authored-by: Robert Hensing <[email protected]>
1 parent 795e813 commit b0940e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pre-commit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ in
329329
echo 1>&2 " 3. add .pre-commit-config.yaml to .gitignore"
330330
else
331331
ln -s ${configFile} .pre-commit-config.yaml
332-
# Remove any previously installed hooks (since pre-commit iteslf has no idempotent design)
332+
# Remove any previously installed hooks (since pre-commit itself has no convergent design)
333333
hooks="pre-commit pre-merge-commit pre-push prepare-commit-msg commit-msg post-checkout post-commit"
334334
for hook in $hooks; do
335335
pre-commit uninstall -t $hook

0 commit comments

Comments
 (0)