Commit e7d2d3f
authored
Fix find recursion in examples discovery (#33)
The find command that discovers example directories recurses into
subdirectories. Adding -maxdepth 0 prevents this. Without the fix,
any example with a subdirectory would be treated as a separate
example, breaking the build.1 parent b66c7e6 commit e7d2d3f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments