From e946811a59ba5c199eb989e359e0c0896e9b63cd Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 24 Feb 2020 07:03:02 +0100 Subject: [PATCH] Fix the path to deforaos-git-mirror.sh --- src/deforaos-git-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deforaos-git-hook.sh b/src/deforaos-git-hook.sh index cbb2e5d..fe84fb1 100755 --- a/src/deforaos-git-hook.sh +++ b/src/deforaos-git-hook.sh @@ -30,7 +30,7 @@ GIT_GITWEB="https://git.defora.org/gitweb" HOOKS="irc jobs" IRC_CHANNEL="#DeforaOS" IRC_SERVER="irc.oftc.net" -JOBS_BRANCH_MASTER="$PREFIX/deforaos-git-mirror.sh" +JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh" #executables GIT="/usr/bin/git" GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"