From b65b1e9b0b6a5a1d56ab376dfb9aab61e46fdb06 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 17 Apr 2025 11:59:16 +0100 Subject: [PATCH] fix(git): correct sshCommand path --- gitconfig.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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