changelog: Add changelog for PR #64924

This commit is contained in:
Carlos Álvaro 2023-08-06 10:04:17 +02:00 committed by Daniel Wozniak
parent 21d80bfa3a
commit 3309126c88

7
changelog/64924.fixed.md Normal file
View file

@ -0,0 +1,7 @@
Fix the way Salt tries to get the Homebrew's prefix
The first attempt to get the Homebrew's prefix is to look for
the `HOMEBREW_PREFIX` environment variable. If it's not set, then
Salt tries to get the prefix from the `brew` command. However, the
`brew` command can failed. So a last attempt is made to get the
prefix by guessing the installation path.