summaryrefslogtreecommitdiff
path: root/.config/git/hooks/run-parts.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/hooks/run-parts.sh')
-rwxr-xr-x.config/git/hooks/run-parts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/hooks/run-parts.sh b/.config/git/hooks/run-parts.sh
index c42173a..d2a1e0b 100755
--- a/.config/git/hooks/run-parts.sh
+++ b/.config/git/hooks/run-parts.sh
@@ -5,5 +5,5 @@ if [[ -d "$0.d" ]]; then
fi
file="$GIT_DIR/hooks/${0##*/}"
if [[ -x "$file" && -f "$file" ]]; then
- "$file"
+ "$file" "$@"
fi