make sure the post-receive hooks are run when pushes come in from external repositories
[git-mirror.git] / ssh-set-ident.sh
index 58ba45ead68181386dc8be58addaa35dcfd6c9c4..ad7a61ded0aca25ddfcb22a2d2a51ea52ccf63c1 100755 (executable)
@@ -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" "$@"