From 61ba09156772d927000e7233bdb2ba6dcf58b1db Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 21 Oct 2025 09:03:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=9D=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B9=D0=BA=D0=B0=20=D0=A1=D0=9A=D0=92=20=D0=B2=20Window?= =?UTF-8?q?s=20=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-hooks-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-hooks-config.sh b/git-hooks-config.sh index 0b2cb93d..c3109721 100644 --- a/git-hooks-config.sh +++ b/git-hooks-config.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -echo ./git-hook.sh> ./.git/hooks/post-checkout -echo ./git-hook.sh> ./.git/hooks/post-commit -echo ./git-hook.sh> ./.git/hooks/post-merge +printf "#!/usr/bin/env bash\n./git-hook.sh"> ./.git/hooks/post-checkout +printf "#!/usr/bin/env bash\n./git-hook.sh"> ./.git/hooks/post-commit +printf "#!/usr/bin/env bash\n./git-hook.sh"> ./.git/hooks/post-merge ./git-hook.sh \ No newline at end of file