Skip to content

Commit

Permalink
UHF-11137: Updated platform tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Dec 16, 2024
1 parent 0aa7f86 commit 2394c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/project/git.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PHONY += copy-commit-message-script
copy-commit-message-script:
@$(foreach name,$(shell find public/modules/custom public/themes/custom public/modules/contrib public/themes/contrib -type d -name ".git" -exec dirname {} \; 2> /dev/null ) .,cp tools/commit-msg $(name)/.git/hooks || true;)
@$(foreach name,$(shell find . -type d -name ".git" -exec dirname {} \; 2> /dev/null ),cp tools/commit-msg $(name)/.git/hooks;)

0 comments on commit 2394c74

Please sign in to comment.