From a0e047db97bb456c5b983b1e2e94644ae2a92860 Mon Sep 17 00:00:00 2001
From: Leyla Becker <git@jan-leila.com>
Date: Sat, 21 Sep 2024 12:24:54 -0500
Subject: [PATCH] updated hooks folder location

---
 .gitconfig                    | 2 +-
 {hooks => .hooks}/post-commit | 0
 {hooks => .hooks}/pre-commit  | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename {hooks => .hooks}/post-commit (100%)
 rename {hooks => .hooks}/pre-commit (100%)

diff --git a/.gitconfig b/.gitconfig
index 1c8d4a7..78d2a4a 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,2 +1,2 @@
 [core]
-	hooksPath = .githooks
+	hooksPath = .hooks
diff --git a/hooks/post-commit b/.hooks/post-commit
similarity index 100%
rename from hooks/post-commit
rename to .hooks/post-commit
diff --git a/hooks/pre-commit b/.hooks/pre-commit
similarity index 100%
rename from hooks/pre-commit
rename to .hooks/pre-commit