fix: Fix typo in changelog

This commit is contained in:
Carlos Álvaro 2023-12-18 23:03:18 +01:00 committed by Daniel Wozniak
parent ea0d19f416
commit 0a88399996

View file

@ -3,5 +3,5 @@ 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
`brew` command can fail. So a last attempt is made to get the
prefix by guessing the installation path.