Skip to content

Commit a57cb4c

Browse files
committed
Update pattern filter to allow matching files without an extension
1 parent 863f2b4 commit a57cb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/find_files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ node_modules="${root_dir}/node_modules"
2626
# Define a filename pattern:
2727
files_pattern="${FILES_PATTERN}"
2828
if [[ -z "${files_pattern}" ]]; then
29-
files_pattern='*.*'
29+
files_pattern='*'
3030
fi
3131

3232
# Define the pattern for filtering files based on their path:

0 commit comments

Comments
 (0)