From e4fac587d1165988191ce434c0a48dd7d249193e Mon Sep 17 00:00:00 2001 From: cpu Date: Sat, 10 May 2025 02:59:13 +0200 Subject: [PATCH] fix --- hooks/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/update.sh b/hooks/update.sh index d88180a..502b7c2 100755 --- a/hooks/update.sh +++ b/hooks/update.sh @@ -3,7 +3,7 @@ set -e echo "[webhook] Pulling new code..." -cd /virt/nexus-timer || exit 1 +# cd /virt/nexus-timer || exit 1 git pull origin main echo "[webhook] Building image..."