summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:40:25 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:40:25 -0300
commit203a80a56d85107973f99a770826f70aac18878e (patch)
treeb969d11dbbeb7ef8b0db593994be5a9e3e55857f /git-hooks
parente1c38883afb1d2e63bd83df16641612dfa920a0b (diff)
Use git user home
Diffstat (limited to 'git-hooks')
-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 \