Skip to content

Commit 31bfbba

Browse files
committed
Fix notice in pre-commit hook
1 parent ea6469b commit 31bfbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ "$FILES" != "" ]; then
6969
php ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no --diff
7070
fi
7171

72-
if [ $? != 0]; then
72+
if [ $? != 0 ]; then
7373
echo "Files in system, tests, utils, or root are not following the coding standards. Please fix them before commit."
7474
exit 1
7575
fi

0 commit comments

Comments
 (0)