diff options
-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 9394af9..1d6437e 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,6 @@ #!/usr/bin/env bash -_web="${WEB}/oper.io.git/master" +_web="${WEB}/oper.io" recompile=0 # Deploy any pages that were changed |