From d1fcac9c35289f6fac7ad302d41dba33467ceb9d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 24 Feb 2015 22:05:52 +0100 Subject: make sure the post-receive hooks are run when pushes come in from external repositories --- ssh-set-ident.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh-set-ident.sh') diff --git a/ssh-set-ident.sh b/ssh-set-ident.sh index 58ba45e..ad7a61d 100755 --- a/ssh-set-ident.sh +++ b/ssh-set-ident.sh @@ -25,4 +25,4 @@ # This sets the SSH identitiy based on an environment variable. That makes it possible for the git-mirror # scripts to use git with a particular SSH identity. -exec ssh -i "$SSH_IDENT" "$@" +exec ssh -i "$GIT_MIRROR_SSH_IDENT" "$@" -- cgit v1.2.3