From 0a883999962baa59e806051beb14317114d54319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Mon, 18 Dec 2023 23:03:18 +0100 Subject: [PATCH] fix: Fix typo in changelog --- changelog/64924.fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/64924.fixed.md b/changelog/64924.fixed.md index dc6bef558120..a843345813db 100644 --- a/changelog/64924.fixed.md +++ b/changelog/64924.fixed.md @@ -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.