From a7d2a4e299fc89aa614ae2aaf1ceb9e0a9dff7b9 Mon Sep 17 00:00:00 2001 From: sohitkumar Date: Mon, 7 Oct 2024 18:45:06 +0530 Subject: [PATCH] chore(DEV-106): setup.sh modified for echo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3128d90f..434fc437 100755 --- a/setup.sh +++ b/setup.sh @@ -3,4 +3,4 @@ # Set up the custom Git hooks directory git config core.hooksPath ./hooks -echo "Git hooks directory set to ./hooks" \ No newline at end of file +echo "Git ~ hooks directory set to ./hooks" \ No newline at end of file