Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1df8aee

Browse files
committedDec 7, 2024·
fix: Fix entrypoint script
1 parent b8c1392 commit 1df8aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git pull origin ${BRANCH_NAME}
1010

1111
echo "Searching for code snippets..."
1212

13-
poetry run python /app/code_embedder/main.py
13+
python /app/code_embedder/main.py
1414

1515
if [ $? -ne 0 ]; then
1616
exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.