Skip to content

Commit 9813139

Browse files
Update run-celery-local.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f06b8e1 commit 9813139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-celery-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
# Activate virtual environment from .venv folder instead of venv
1313
source .venv/bin/activate
1414

15-
cd api
15+
cd api || { echo "Error: Cannot change to api directory"; exit 1; }
1616

1717
# Check if .env exists (should have been created by run-local.sh)
1818
if [ ! -f .env ]; then

0 commit comments

Comments
 (0)