Merge pull request #19276 from ArtRoman/patch-1

Fix "can't modify frozen String" error
This commit is contained in:
Carlo Cabrera 2025-02-09 17:54:23 +00:00 committed by GitHub
commit be00598e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4216,7 +4216,7 @@ class Formula
lambda do |_|
on_macos do
T.bind(self, PourBottleCheck)
reason(<<~EOS)
reason(+<<~EOS)
The bottle needs the Xcode Command Line Tools to be installed at /Library/Developer/CommandLineTools.
Development tools provided by Xcode.app are not sufficient.