From e45c5c849c00977d667ee4f072cb413115f9bc71 Mon Sep 17 00:00:00 2001 From: agentbox Date: Fri, 31 Jul 2026 22:39:20 +0000 Subject: [PATCH] fix: point watch script to agentbox-test repo --- watch-for-updates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watch-for-updates.sh b/watch-for-updates.sh index a3e3232..eca6b4b 100755 --- a/watch-for-updates.sh +++ b/watch-for-updates.sh @@ -17,8 +17,8 @@ if [ -z "${GITEA_PASSWORD:-}" ]; then fi # Configure the remote with credentials for non-interactive pulls -REMOTE_BASE="https://gitea.ct.cozytren.ch/romane/agentbox" -REMOTE_AUTH="https://agentbox:${GITEA_PASSWORD}@gitea.ct.cozytren.ch/romane/agentbox" +REMOTE_BASE="https://gitea.ct.cozytren.ch/romane/agentbox-test" +REMOTE_AUTH="https://agentbox:${GITEA_PASSWORD}@gitea.ct.cozytren.ch/romane/agentbox-test" git remote set-url origin "$REMOTE_AUTH" LAST_HASH=""