From 8d77e510375c9cc4e9acff0a22324f2002042aa8 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 5 Jul 2023 09:49:18 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(pre-commit):=20change=20fi?= =?UTF-8?q?le=20mode=20from=20100644=20to=20100755=20for=20better=20execut?= =?UTF-8?q?ion=20permissions=20The=20file=20mode=20of=20the=20pre-commit?= =?UTF-8?q?=20hook=20has=20been=20changed=20from=20100644=20to=20100755.?= =?UTF-8?q?=20This=20change=20ensures=20that=20the=20pre-commit=20hook=20h?= =?UTF-8?q?as=20the=20necessary=20execution=20permissions,=20allowing=20it?= =?UTF-8?q?=20to=20be=20executed=20properly=20before=20each=20commit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .githooks/pre-commit | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .githooks/pre-commit diff --git a/.githooks/pre-commit b/.githooks/pre-commit old mode 100644 new mode 100755