summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2022-10-21 17:20:56 -0600
committerAaron Ball <nullspoon@oper.io>2022-10-21 17:20:56 -0600
commitd9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4 (patch)
tree913b0940d63c8b8d9d1a6c29af3005319591b7c6
parenta8f43ff52dab567941a50096c05527eea3d244d8 (diff)
downloadoper.io-d9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4.tar.gz
oper.io-d9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4.tar.xz
repoint post-receive to new path
-rwxr-xr-xhooks/post-receive2
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

Generated by cgit