Merge "fix(deps): remove deprecated husky commands" into integration

This commit is contained in:
Govindraj Raja 2025-03-12 18:38:31 +01:00 committed by TrustedFirmware Code Review
commit fb3402b925

View file

@ -1,8 +1,5 @@
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
if ! git config --get tf-a.disableCommitizen > /dev/null; then
"$(dirname "$0")/prepare-commit-msg.cz" "$@"
fi