From e7599045e58b3078609d7fcfc2347102fb011256 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 18 Nov 2024 14:00:14 -0700 Subject: [PATCH] rename hook-launcher-pre-commit.sh -> hook-pre-commit.sh, https://github.com/phetsims/perennial/issues/404 --- git-template-dir/hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-template-dir/hooks/pre-commit b/git-template-dir/hooks/pre-commit index df580ab5..3f336b72 100755 --- a/git-template-dir/hooks/pre-commit +++ b/git-template-dir/hooks/pre-commit @@ -9,7 +9,7 @@ # for installation instructions. #----------------------------------------------------------------------------------------------------------------------- -PRE_COMMIT_SCRIPT="../perennial-alias/bin/hook-launcher-pre-commit.sh" +PRE_COMMIT_SCRIPT="../perennial-alias/bin/hook-pre-commit.sh" # only run the file if it exists. This helps with backwards compatibility if on an older version of perennial-alias. if test -f "$PRE_COMMIT_SCRIPT"; then