From 2dd30b20ab3c01425508b2051fd3562d04457db5 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 14 Mar 2021 03:45:07 +0000 Subject: [PATCH] scripts/pre-commit s/Flow/Thanks/ Remove comment about using make; no Makefile Change-Id: If3f7da5a39b7c208f57a0f588c84715959e822a3 --- scripts/pre-commit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/pre-commit b/scripts/pre-commit index 7badd1fe..5cb9c36c 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -1,11 +1,8 @@ #!/bin/bash -# Enable all the git hooks by executing the following from the project root directory -# $ make installhooks -# # Code from https://gist.github.com/holysugar/1318698 , simpler than # http://stackoverflow.com/a/6262715/451712 -# Work out location of Flow/scripts/ directory +# Work out location of Thanks/scripts/ directory dir=$(dirname $(php -r "echo realpath('$0'), \"\\n\";")) # Move to the project root cd $(dirname $dir)