Skip to content

Commit 3332d1b

Browse files
committed
Use --output option instead of stream redirection
1 parent 22407f1 commit 3332d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/poetry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ ! -f requirements.txt ] && [ -f pyproject.toml ] && [ -f poetry.lock ]; the
5454
--disable-pip-version-check &> /dev/null
5555

5656
# Export requirements.
57-
/app/.heroku/python/bin/poetry export -f requirements.txt > requirements.txt
57+
/app/.heroku/python/bin/poetry export -f requirements.txt -o requirements.txt
5858

5959
# Write SHA and requirements.txt to cache dir.
6060
echo "$POETRY_LOCK_SHA" > "$CACHED_POETRY_LOCK_SHA"

0 commit comments

Comments
 (0)