Skip to content

Commit fafeab9

Browse files
committed
fix false-positive
1 parent 54f99ed commit fafeab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/check_file_permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ files_with_wrong_permissions=$(
55
git ls-files --stage . \
66
':!*.sh' \
77
':!php-cs-fixer' \
8-
| grep -P "100\d\d(1|3|5|7) " \
8+
| grep -P "^100\d\d(1|3|5|7) " \
99
| sort -fh
1010
)
1111

0 commit comments

Comments
 (0)