Merge pull request #3 from damien-list/master
[git-mirror.git] / ssh-set-ident.sh
old mode 100644 (file)
new mode 100755 (executable)
index 58ba45e..ad7a61d
@@ -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" "$@"