aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

chore: fix busted pre-commit call

Open mdqst opened this issue 2 months ago • 1 comments

Description

Turns out the pre-commit call was missing quotes - Bash wasn’t happy about it and threw a “command not found” error when the command wasn’t found. Added the quotes, works fine now.

How Has This Been Tested?

Ran the command locally - no more Bash errors, and hooks trigger as expected.

Key Areas to Review

Just make sure the quoting fix doesn’t break any existing automation or scripts.

Type of Change

  • [x] Bug fix

Which Components or Systems Does This Change Impact?

  • [x] Developer Infrastructure

Checklist

  • [x] I have read and followed the [CONTRIBUTING](https://github.com/aptos-labs/aptos-core/blob/main/CONTRIBUTING.md) doc
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [x] I identified and added all stakeholders and component owners affected by this change as reviewers
  • [x] I tested both happy and unhappy path of the functionality
  • [ ] I have made corresponding changes to the documentation

mdqst avatar Oct 13 '25 09:10 mdqst

This issue is stale because it has been open 45 days with no activity. Remove the stale label, comment or push a commit - otherwise this will be closed in 15 days.

github-actions[bot] avatar Nov 28 '25 01:11 github-actions[bot]