From b1d91d3a0bd8572d85f9e263e45d4bf08daace42 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 12 May 2017 05:00:03 +0000 Subject: Update from cron --- .config/git/hooks/run-parts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit v1.2.3