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