Skip to content

Commit

Permalink
rename hook-launcher-pre-commit.sh -> hook-pre-commit.sh, phetsims/pe…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 18, 2024
1 parent daf7a48 commit e759904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-template-dir/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e759904

Please sign in to comment.