From ac06b1091e61aa65026621cd5eca1f2b7c2b4df3 Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Apr 2020 21:08:04 +0200 Subject: [PATCH 1/1] edited multimail path to be version agnostic --- create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create b/create index 927a575..e7185fd 100755 --- a/create +++ b/create @@ -5,7 +5,7 @@ GITDIR="/var/git" BASEDIR=".gitbase" -MULTIMAIL="/usr/doc/git-2.14.5/contrib/hooks/multimail/git_multimail.py" +MULTIMAIL="/usr/doc/git-*/contrib/hooks/multimail/git_multimail.py" GITUSER="git" GITGRP="git" VENVSDIR="/usr/local/venvs" -- 2.20.1