From 3d5f970574b502f5ab197dad0dbdb0f9e67e25af 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:23:22 +0000 Subject: [PATCH] feat: Updated scripts/githooks/pre-commit.sh --- scripts/githooks/pre-commit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/githooks/pre-commit.sh b/scripts/githooks/pre-commit.sh index 68d449b0..a88ca74f 100644 --- a/scripts/githooks/pre-commit.sh +++ b/scripts/githooks/pre-commit.sh @@ -2,6 +2,7 @@ #!/usr/bin/env bash chmod +x scripts/githooks/pre-commit.sh +scripts/githooks/pre-commit.sh #!/usr/bin/env bash chmod +x scripts/githooks/pre-commit.sh # Copyright © 2023 OpenIMSDK. @@ -22,6 +23,7 @@ chmod +x scripts/githooks/pre-commit.sh # ============================================================================== # This is a pre-commit hook that ensures attempts to commit files that are +chmod +x scripts/githooks/pre-commit.sh # are larger than $limit to your _local_ repo fail, with a helpful error message. # You can override the default limit of 2MB by supplying the environment variable: