Merge rust-bitcoin/rust-bitcoin#4429: Fix typo in githooks warning message
f646afdb81
Fix typo in githooks warning message (strmfos)
Pull request description:
Replaced “re-reun” with “re-run” in the post-merge hook notice to provide clear instructions for reinstalling project githooks.
ACKs for top commit:
apoelstra:
ACK f646afdb8189f738d7c31a0eda7c2abc537c1239; successfully ran local tests
Tree-SHA512: 7943dd801b1548846d54f08260090a4f5b2264d7d7527483af207bd03a0a90079642d0775fd8409ed0f7b89df6d994e2028a877105da6b594135cbdf37ff6356
This commit is contained in:
commit
e7f2ad9b0a
|
@ -22,7 +22,7 @@ do
|
|||
>&2 cat <<- EOF
|
||||
==================================================
|
||||
Project githooks have changed. Please inspect the
|
||||
changes and re-reun \`just githooks-install\` if
|
||||
changes and re-run \`just githooks-install\` if
|
||||
they are legitimate.
|
||||
|
||||
Remove $HOOKS_DIR/post-merge to skip this warning
|
||||
|
|
Loading…
Reference in New Issue