Files
beads/beads_hash_multiclone_test.go
Steve Yegge ad53c0bf4f Fix Windows CI: use forward slashes in git hook shell scripts
Root cause: getBDCommand() returned .\bd.exe on Windows, but git hooks
run with sh on Git for Windows where backslashes are escape characters.
This caused .\bd.exe to become .bd.exe, breaking hook execution.

Fix: Always use forward-slash paths (./bd.exe) in shell scripts.
Forward slashes work on Windows and are sh-compatible.
2025-11-02 10:52:37 -08:00

10 KiB