fix HEREDOC_LOOP

This commit is contained in:
pvincent
2026-08-21 20:10:02 +04:00
parent 31678ad6c7
commit 3fb232eab1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function dev_mode {
local hook="$target"/.git/hooks/pre-push
cat >"$hook" <<EOF
#!/usr/bin/env bash
#!/usr/bin/sh
test/miaou-bash.test.bash
EOF
chmod +x "$hook"