Skip to content

Commit

Permalink
brew.sh: always run test-bot under Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Nov 24, 2023
1 parent 942e77d commit 2658f44
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 2658f44

Please sign in to comment.