Skip to content

Commit

Permalink
Use --output option instead of stream redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Nov 24, 2019
1 parent 22407f1 commit 3332d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/steps/poetry
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ ! -f requirements.txt ] && [ -f pyproject.toml ] && [ -f poetry.lock ]; the
--disable-pip-version-check &> /dev/null

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

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

0 comments on commit 3332d1b

Please sign in to comment.