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:
merge-script 2025-05-02 23:03:19 +00:00
commit e7f2ad9b0a
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ do
>&2 cat <<- EOF >&2 cat <<- EOF
================================================== ==================================================
Project githooks have changed. Please inspect the 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. they are legitimate.
Remove $HOOKS_DIR/post-merge to skip this warning Remove $HOOKS_DIR/post-merge to skip this warning