From 16edbdd2749f7458ed6cd05337957a744ac472bf Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:15:45 +0100 Subject: [PATCH] fix: yubal update (#12961) --- ct/yubal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/yubal.sh b/ct/yubal.sh index ae307efe0..c36fd96b6 100644 --- a/ct/yubal.sh +++ b/ct/yubal.sh @@ -47,7 +47,7 @@ function update_script() { msg_info "Installing Python Dependencies" cd /opt/yubal - $STD uv sync --no-dev --frozen + $STD uv sync --package yubal-api --no-dev --frozen msg_ok "Installed Python Dependencies" msg_info "Starting Services"