From 66d484955dbc510f0d9b187c5077705d36fb051d Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 27 Feb 2026 18:19:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Gitea=20repo=20name=20materia?= =?UTF-8?q?=20=E2=86=92=20beanflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- infra/bootstrap_supervisor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bootstrap_supervisor.sh b/infra/bootstrap_supervisor.sh index cfa16b7..c18b484 100755 --- a/infra/bootstrap_supervisor.sh +++ b/infra/bootstrap_supervisor.sh @@ -15,7 +15,7 @@ set -euo pipefail SERVICE_USER="beanflows_service" REPO_DIR="/opt/materia" -GITEA_REPO="ssh://git@git.padelnomics.io:2222/deemanone/materia.git" +GITEA_REPO="ssh://git@git.padelnomics.io:2222/deemanone/beanflows.git" UV="/home/${SERVICE_USER}/.local/bin/uv" [ "$(id -u)" = "0" ] || { echo "ERROR: Run as root"; exit 1; }