summaryrefslogtreecommitdiff
path: root/.config/git/hooks/run-parts.sh
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2017-05-12 05:00:03 +0000
committerParabola git <git@parabola.nu>2017-05-12 05:00:03 +0000
commitb1d91d3a0bd8572d85f9e263e45d4bf08daace42 (patch)
tree68907db705e7fab4af52cfdf95267772e090f959 /.config/git/hooks/run-parts.sh
parent61a3bbcfdb8ab7845149e24c6c82a3f70ace9cc1 (diff)
Update from cron
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