From 203a80a56d85107973f99a770826f70aac18878e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 5 Sep 2012 13:40:25 -0300 Subject: Use git user home --- git-hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-hooks') 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 \ -- cgit v1.2.3