Commit fcfacc4
committed
fix: parse new kind: toolset config format for validation
The upstream prebuilt config moved from a top-level toolsets: block to per-toolset YAML documents (kind: toolset / name:) in toolbox v1.2.0. The old awk parser found zero toolsets on v1.2.0+, so the validation passed vacuously. Parse the new format so unsupported upstream toolsets are detected.1 parent 94f0848 commit fcfacc4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments