Commit d42674b
committed
fix: use portable shell detection instead of hardcoded /bin/zsh
Uses process.env.SHELL with /bin/bash fallback so tests pass on
GitHub Actions (Ubuntu) which doesn't have zsh installed.1 parent 45608f0 commit d42674b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
0 commit comments