X-Git-Url: https://git.ralfj.de/git-mirror.git/blobdiff_plain/d82914054bb75574c2675649a943025e57fa8680..f1fabccc7a0449afc66b20176a05eada3a5dd581:/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" "$@"