From edcff24866dcfa829f17a8f3e7ce10d6dbb3c0af Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 04:58:13 +0000 Subject: [PATCH] feat: Updated scripts/githooks/pre-commit.sh --- scripts/githooks/pre-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/githooks/pre-commit.sh b/scripts/githooks/pre-commit.sh index 211cc48b..b0b9261f 100644 --- a/scripts/githooks/pre-commit.sh +++ b/scripts/githooks/pre-commit.sh @@ -79,13 +79,13 @@ function file_too_large(){ HEREDOC - } # Move to the repo root so git files paths make sense repo_root=$(git rev-parse --show-toplevel 2>/dev/null) cd $repo_root chmod +x scripts/githooks/pre-commit.sh +chmod +x scripts/githooks/pre-commit.sh against=HEAD