Skip to content

Commit 2335dfc

Browse files
committed
fixed typo
1 parent b8e07d4 commit 2335dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ "$1" = "recent" ]; then
44
ADDITONAL_OPTIONS="-mmin -240"
55
else
66
ADDITONAL_OPTIONS=""
7-
find
7+
fi
88

99
find . $ADDITONAL_OPTIONS -name "*.php" -print0 | xargs -0 -n1 -P10 php -l | grep -v 'No syntax errors'
1010

0 commit comments

Comments
 (0)