diff options
author | tv <tv@krebsco.de> | 2018-10-11 11:33:03 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-11 11:33:03 +0200 |
commit | 5afd672ac58e1db25a2b602055ba5baf0d204558 (patch) | |
tree | 1f60a1e2daa4ffd426c0e5c8cc7cf5e9cf562312 /tv | |
parent | a245d36d295b39d45caef61f16970d14007abdd6 (diff) |
tv gitrepos: use proper post-receive default
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/gitrepos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index a8cbe0f..62c90d4 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -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 ''; }; |