Commit c38fc33
fix: use sed instead of head -n-1 for macOS compatibility
The head -n-1 command is invalid on macOS (used in GitHub Actions).
Replace with sed '$d' which removes the last line and works on all systems.
This fixes the HTTP response parsing in the document seeding step.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d3956a8 commit c38fc33
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments