Commit ac21c66
Fix configgen.sh to handle all example repository names
Updated sed pattern from 's/.*examples[^/]*\///g' to 's/.*example[^/]*\///g'
to match both:
- envoy_examples (plural)
- envoy_example_wasm_cc (singular)
This fixes the docs build genrule failure in envoy_examples where files from
envoy_example_wasm_cc repository weren't being processed correctly.
The pattern now matches "example" (with or without 's') followed by any
non-slash characters and a slash, working in both WORKSPACE and bzlmod modes.
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>1 parent f294288 commit ac21c66
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments