Minor: Fix typo

alpha
Yannick Warnier 1 year ago
parent ea3f9aa840
commit 3e045b189f
  1. 2
      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

Loading…
Cancel
Save