summaryrefslogtreecommitdiffstats
path: root/tv/2configs/gitrepos.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-05 18:20:42 +0100
committermakefu <github@syntax-fehler.de>2018-11-05 18:20:42 +0100
commitf10ed24e2ef5fb022d39ad6adcdd83b67761d0d7 (patch)
tree3a8c0061382b44dda6c9b77af8ed3189ed62c74f /tv/2configs/gitrepos.nix
parent38592704cd325dca6282cc98f51e493ab73b435f (diff)
parent1c315c576c1112459eed2c96b043cba6d63648e5 (diff)
Merge remote-tracking branch 'lassul.us/master'
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r--tv/2configs/gitrepos.nix2
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
'';
};