diff options
| author | danix <danix@danix.xyz> | 2020-04-26 21:08:04 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2020-04-26 21:08:04 +0200 |
| commit | ac06b1091e61aa65026621cd5eca1f2b7c2b4df3 (patch) | |
| tree | 212451f2a73db59a33cdafe4337b8dc02d66c32f | |
| parent | d4b6240498bb25eba49241f104cdc8f13173dc3d (diff) | |
| download | git_shell-ac06b1091e61aa65026621cd5eca1f2b7c2b4df3.tar.gz git_shell-ac06b1091e61aa65026621cd5eca1f2b7c2b4df3.zip | |
edited multimail path to be version agnostic
| -rwxr-xr-x | create | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
