fix(git): correct sshCommand path

This commit is contained in:
phoenix 2025-04-17 11:59:16 +01:00
parent f76c9b621f
commit b65b1e9b0b

View File

@ -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