From dfad5cf945e8c087267456b47a7c64fea222a350 Mon Sep 17 00:00:00 2001 From: anthony-pertsel <76824702+Anthonyp0329@users.noreply.github.com> Date: Wed, 29 May 2024 15:38:25 -0700 Subject: [PATCH] Revert "linting" This reverts commit 9dd862719432ef6a3a40d73f6c224e16e0faae59. --- .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.`;