fix stuff finally?
This commit is contained in:
parent
1b141b200c
commit
4edef5ac1a
3 changed files with 5 additions and 1 deletions
2
hooks/pre-commit
Executable file → Normal file
2
hooks/pre-commit
Executable file → Normal file
|
|
@ -2,7 +2,7 @@
|
|||
# Ensure control scripts stay executable.
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPTS=(claude.sh build.sh)
|
||||
SCRIPTS=(claude.sh build.sh hooks/pre-commit)
|
||||
|
||||
for f in "${SCRIPTS[@]}"; do
|
||||
if [[ -f "$f" && ! -x "$f" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue