From a77d81572eb9a131c778847f6425a59ec4bd260c Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 2 Jan 2025 16:35:23 +0100 Subject: [PATCH] fix(ingress.tjo.cloud): pull with rebase --- ingress.tjo.cloud/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index 7f94ff2..9def22b 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -15,7 +15,7 @@ if [ ! -d .git ]; then git sparse-checkout set --no-cone /ingress.tjo.cloud git checkout else - git pull --depth=1 + git pull --depth=1 --rebase fi # Enter ingress directory cd /srv/ingress.tjo.cloud