From 457b75352449fae0d4e6cd334f2a33b30e5da95b Mon Sep 17 00:00:00 2001 From: cpu Date: Sat, 10 May 2025 03:06:52 +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 502b7c2..d88180a 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..."