From 3e045b189f5cece47f64f9ec0df40981f6a033cc Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 3 Jul 2024 13:01:35 +0200 Subject: [PATCH] Minor: Fix typo --- tests/scripts/git-hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/git-hooks/pre-push b/tests/scripts/git-hooks/pre-push index ad358cc27c..847ef7f346 100755 --- a/tests/scripts/git-hooks/pre-push +++ b/tests/scripts/git-hooks/pre-push @@ -48,7 +48,7 @@ do $composer phpcs $modified_files if [ $? -ne 0 ] then - echo >&2 "A coding standards regressions was introduced, please fix it before pushing." + echo >&2 "A coding standards regression was introduced, please fix it before pushing." exit 1 fi fi