This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Commit d9db0ed
committed
Fix find recursion in examples discovery
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 b0528aa commit d9db0ed
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