Skip to content

Commit

Permalink
Fix release script for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Sep 21, 2021
1 parent c195f2e commit a883d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-nix-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$OSTYPE" == "linux-gnu" ]; then
POETRY="$PYTHON $HOME/.poetry/bin/poetry"
RUNTIMES[5]="${PYTHON39:+-P "3.9:$PYTHON39"}"
else
$PYTHON -m pip install poetry -U --pre
$PYTHON -m pip install poetry -U
POETRY="$PYTHON -m poetry"
fi

Expand Down

0 comments on commit a883d3d

Please sign in to comment.