diff options
Diffstat (limited to 'ssh-set-ident.sh')
-rwxr-xr-x | ssh-set-ident.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" "$@" |