diff --git a/gitconfig.template b/gitconfig.template index 3dc7f1d..89f436a 100644 --- a/gitconfig.template +++ b/gitconfig.template @@ -3,7 +3,7 @@ email = ${GIT_EMAIL} [core] - sshCommand = /usr/local/bin/secure-ssh-wrapper.sh + sshCommand = /opt/secure/ssh/secure-ssh-wrapper.sh [alias] co = checkout