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