Skip to content

Commit b031e88

Browse files
Fix virtual environment activation path for the cron jobs (#2700)
1 parent 4e68f4a commit b031e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cron_common_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ErrorHandler() {
2222

2323
trap ErrorHandler ERR
2424

25-
. venv/bin/activate
25+
. .venv/bin/activate
2626

2727
# force the update of dependencies
2828
uv sync --locked --no-dev

0 commit comments

Comments
 (0)