From eaa59b1d1d92cbe35f4d7cb92d60f26e3d0a14a1 Mon Sep 17 00:00:00 2001 From: anthony-pertsel <76824702+Anthonyp0329@users.noreply.github.com> Date: Wed, 29 May 2024 15:38:36 -0700 Subject: [PATCH] Revert "nting" This reverts commit 912e283f4f161fd9b75f92348a7e1ed45b376a8d. --- .secret-scan/secret-scan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.secret-scan/secret-scan.js b/.secret-scan/secret-scan.js index 0a74f62..b5c846e 100644 --- a/.secret-scan/secret-scan.js +++ b/.secret-scan/secret-scan.js @@ -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.`;