diff options
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 77ffc88..7769cd4 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,6 @@ #!/bin/sh -# This hook will update the static website whenever with new commits on each push. +# A post receive hook for updating the static webpage. export LC_TYPE="en_US.UTF-8" |