From 768751a8313f2d4ad94ee1bc127fd897db911fcd Mon Sep 17 00:00:00 2001 From: Adlair Cerecedo-Mendez Date: Mon, 17 Jul 2023 21:13:49 -0600 Subject: [PATCH] Fonts added Change-Id: I32fb8011dd391d35c34627713cb38e5432927c7e --- .git-hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 521ed202b9ac..bdb5022849a6 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -426,7 +426,7 @@ while () } my $size = `git cat-file -s :$_`; # For now let's say large is 500KB - my $limit = 500; + my $limit = 10000; if ($size > $limit * 1024) { print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n";