Skip to content

Commit

Permalink
Go back to a starbelly-local working version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jul 21, 2023
1 parent 485a266 commit b193834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ yes_or_exit() {
done
}

if [ $((OTP_VER)) -lt 24 ]; then
if [ "${OTP_VER}" != "24" ]; then
echo "You are using Erlang/OTP ${OTP_VER}."
echo "However, ex_doc must be built using OTP > 24 for compatibility. Giving up..."
echo "However, ex_doc must be built using OTP == 24 for compatibility. Giving up..."
exit
fi

Expand Down

0 comments on commit b193834

Please sign in to comment.