Skip to content

Commit 16edbdd

Browse files
authored
fix: yubal update (#12961)
1 parent 9658f53 commit 16edbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/yubal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function update_script() {
4747

4848
msg_info "Installing Python Dependencies"
4949
cd /opt/yubal
50-
$STD uv sync --no-dev --frozen
50+
$STD uv sync --package yubal-api --no-dev --frozen
5151
msg_ok "Installed Python Dependencies"
5252

5353
msg_info "Starting Services"

0 commit comments

Comments
 (0)