Skip to content

Commit

Permalink
Merge pull request #16253 from Bo98/test-bot-fix
Browse files Browse the repository at this point in the history
brew.sh: always run test-bot under Ruby 3
  • Loading branch information
MikeMcQuaid authored Nov 24, 2023
2 parents 942e77d + 2658f44 commit dbcb475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ case "$*" in
;;
esac

if [[ -n "${HOMEBREW_DEVELOPER}" ]]
if [[ -n "${HOMEBREW_DEVELOPER}" || "$1" == "test-bot" ]]
then
export HOMEBREW_RUBY3="1"
fi
Expand Down

0 comments on commit dbcb475

Please sign in to comment.