diff options
Diffstat (limited to '.config/git')
-rwxr-xr-x | .config/git/hooks/post-receive.d/agefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/hooks/post-receive.d/agefile b/.config/git/hooks/post-receive.d/agefile index 10fc253..91d98ec 100755 --- a/.config/git/hooks/post-receive.d/agefile +++ b/.config/git/hooks/post-receive.d/agefile @@ -1,5 +1,5 @@ #!/bin/bash -set -x + agefile="$(git rev-parse --git-dir)"/info/web/last-modified mkdir -p "$(dirname "$agefile")" && |