Skip to content

Commit

Permalink
Use the original log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 25, 2023
1 parent 2901ba5 commit 4f4e170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -z "${POETRY_VERSION:-}" ] ; then
fi
if [ -z "$POETRY_VERSION" ] ; then
export POETRY_VERSION=1.5.1
log "No Poetry version found in poetry.lock. Defaulting to $POETRY_VERSION."
log "No Poetry version specified in POETRY_VERSION config var. Defaulting to $POETRY_VERSION."
else
export POETRY_VERSION
log "Using Poetry version from poetry.lock: $POETRY_VERSION"
Expand Down

0 comments on commit 4f4e170

Please sign in to comment.