Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyp0329 committed May 29, 2024
1 parent 6b1d844 commit 9dd8627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .secret-scan/secret-scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function getRepoRoot() {
function checkGitHooks() {
checkGitVersion();

const expectedHooksPath = ".husky";
const expectedHooksPath = ".husky/_";
const command = /** @type {const} */ (["git", "config", "--get", "core.hooksPath"]);
const helpMsg = `Husky has not installed the required Git hooks. Run "npm run prepare" and try again.`;

Expand Down

0 comments on commit 9dd8627

Please sign in to comment.