From da89bf207958d04eea2ad6d8fbd00e0d7568b04a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 23 Dec 2025 00:29:24 -0500 Subject: [PATCH] update: print the hook name --- leaf | 1 + 1 file changed, 1 insertion(+) diff --git a/leaf b/leaf index 6541d2d..5fea095 100755 --- a/leaf +++ b/leaf @@ -198,6 +198,7 @@ leaf_invoke_hooks() { [[ " ${triggers[*]} " =~ " $1 " ]] || continue for _target in "${target[@]}"; do if grep -qe "${_target}" "${_trace_dir}"/FILES 2>/dev/null; then + echo -e "${GREEN_COLOR}*** Apply the hook: ${_hook}...${CLEAR_COLOR}" operation break fi