From 91455e93463cddb4e0ad792e64deba969fbe715e Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Sun, 29 Dec 2024 17:59:01 -0800 Subject: [PATCH] Update uninstall.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Misty De Méo --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 1f94866f..44ff8d33 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -459,7 +459,7 @@ then fi fi -residual_dirs=("${HOMEREW_REPOSITORY}") +residual_dirs=("${HOMEBREW_REPOSITORY}") if [[ "${HOMEBREW_PREFIX}" != "/usr/local" ]] then residual_dirs+=("${HOMEBREW_PREFIX}")