Commit fa41479
committed
fix: normalize tap formulae names instead of filtering them out
brew leaves outputs tap formulae as "user/repo/formula" (e.g.
"cirruslabs/cli/tart"). Previous fix incorrectly filtered these
out entirely, losing real packages. Now extracts just the formula
name (e.g. "tart") so packages are preserved. The tap itself is
still captured separately by CaptureTaps().1 parent 08ecd31 commit fa41479
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
305 | 308 | | |
306 | 309 | | |
307 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
308 | 314 | | |
309 | 315 | | |
310 | 316 | | |
| |||
0 commit comments