Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/install-hooks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if ($resqBin) {
# Pinned commit in resq-software/crates. Keep in step with the digests below
# and with scripts/install-hooks.sh; required.yml re-checks all three
# against the live endpoint, so drift fails CI rather than a user's install.
$cratesCommit = 'cdc3aa0203ee5785ec1b0ceaafc8937688e6c5c3'
$cratesCommit = 'd84cd9613da685ffb772a766673d6ba6a4acaf31'
$hookDigests = @{
'pre-commit' = '540c19f96fe258df6d90a8357b27513657b380567650ce3aaed83efa216a64ee'
'commit-msg' = 'e7fa95d5d54f212ef145ae9d53cae08b24b0f9dbd5501fde1dae0aa4ddfeb2a6'
Expand Down
Loading