aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/hooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to '.extras/hooks/pre-commit')
-rwxr-xr-x.extras/hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.extras/hooks/pre-commit b/.extras/hooks/pre-commit
index 7158125..d7bbbc8 100755
--- a/.extras/hooks/pre-commit
+++ b/.extras/hooks/pre-commit
@@ -77,7 +77,7 @@ if [ "${SBOLINT:-yes}" = "yes" ]; then
# the .SlackBuild: that's the build dir sbolint wants. Depth
# isn't assumed, so this works for both a flat layout
# (<pkg>/) and SBo's own (<category>/<pkg>/). Root-level
- # files (CLAUDE.md, .extras/...) walk up to "." and are
+ # files (AGENTS.md, .extras/...) walk up to "." and are
# dropped, they aren't builds.
d=$(dirname "$f")
while [ "$d" != "." ] && [ "$d" != "/" ]; do