From 7084c7032a98efcf1b2edd210548637b52147b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=8F=84=EC=A7=84?= Date: Sat, 20 Jan 2024 00:11:12 +0900 Subject: [PATCH] [WEAV-32] fix githook path (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 773a15cf..e2b146eb 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ ex) [WEAV-15] github 설정 수정 **githook 설정 방법** ```bash -sh ./githooks/install.sh +sh ./.githooks/install.sh ```