tv gitrepos: use proper post-receive default
This commit is contained in:
parent
ebf3fe9e21
commit
58200bf707
|
@ -153,7 +153,7 @@ let {
|
|||
public = false;
|
||||
hooks = hooks // {
|
||||
post-receive = /* sh */ ''
|
||||
(${hooks.post-receive or ""})
|
||||
(${hooks.post-receive or ":"})
|
||||
${cgit-clear-cache}/bin/cgit-clear-cache
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue