Skip to content

Commit b0f0e13

Browse files
committed
fix: Passing of readme paths in entrypoint.sh
1 parent fd4387c commit b0f0e13

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
@@ -16,7 +16,7 @@ git pull origin ${BRANCH_NAME}
1616

1717
echo "Updating $README_PATHS with code snippets..."
1818

19-
poetry run python /app/src/main.py --readme-paths "$README_PATHS"
19+
poetry run python /app/src/main.py --readme-paths $README_PATHS
2020

2121
if [ -n "$(git status -s)" ]; then
2222

0 commit comments

Comments
 (0)