mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
changelog: Add changelog for PR #64924
This commit is contained in:
parent
21d80bfa3a
commit
3309126c88
1 changed files with 7 additions and 0 deletions
7
changelog/64924.fixed.md
Normal file
7
changelog/64924.fixed.md
Normal 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.
|
Loading…
Add table
Reference in a new issue