Commit bd302c7
committed
fix: correct OS detection for BSD variants
Changed OS detection regex to explicitly match freebsd, netbsd, and
openbsd instead of using grouped alternation. Previous pattern
`(free|net|open)bsd` with end-of-word boundary failed to match names
like "openbsd32" where BSD is followed by digits, causing these assets
to default to linux.
- Fixed openbsd/freebsd/netbsd assets being incorrectly detected as linux
- Removed trailing word boundary requirement from osReMisc regex
- Updated TASKS.md to mark micro bug as resolved
PROMPT: merge the pr, then work on it1 parent d2f34ef commit bd302c7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments