Skip to content

Commit

Permalink
changelog: Add changelog for PR saltstack#64924
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Aug 5, 2023
1 parent d5d48f2 commit 28d7818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/64924.fixed.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 28d7818

Please sign in to comment.