summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-hooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 671dd4e..6164d81 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -8,7 +8,7 @@
set -E
# the ssh dir
-ssh_dir=/srv/git/.ssh
+ssh_dir=${HOME}/.ssh
# pull this repo
git --git-dir ${ssh_dir}/.git \