Skip to content

Commit

Permalink
Turn off xtrace in run-local-hook.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
nate committed Oct 23, 2023
1 parent 1c62dbb commit 1b3ff33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/run-local-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# Usage: at the end of a repository-managed hook, simply do "source ~/util/run-local-hook.sh" which will introspect to find the hook name, check if the user has a local hook with that name, and then will execute it.

set -x
hookname="$(basename "$0")"
local_hook=".git/hooks/$hookname"

Expand Down

0 comments on commit 1b3ff33

Please sign in to comment.