From 7be08f459e72cd7c8580c7c2ba13e0c0ebbbdde9 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 13:14:02 -0700 Subject: [PATCH] fix global flag --- Shilohimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shilohimage b/Shilohimage index 540a15b9..c7bac883 100644 --- a/Shilohimage +++ b/Shilohimage @@ -101,7 +101,7 @@ USER frappe RUN mkdir -p /home/frappe/.ssh RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config -RUN git config -g core.sshCommand 'ssh -i /run/secrets/user_ssh_key' +RUN git config --global core.sshCommand 'ssh -i /run/secrets/user_ssh_key' ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/frappe/frappe