Commit 552c050
Fix pathsToIgnore joining for multiple entries
Changed from space-joined "${pathsToIgnore[*]}" to newline-joined
printf '%s\n' "${pathsToIgnore[@]}" so PHP explode("\n", ...) correctly
splits multiple ignore paths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b0a4c92 commit 552c050
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments