From d45423df94e89876a32f74918675a8d55a8ce470 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 10 Jan 2026 20:08:47 +0800 Subject: [PATCH] fix issue with mo remove #289 --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index 398bf72..8d29329 100755 --- a/mole +++ b/mole @@ -494,7 +494,7 @@ remove_mole() { exit 1 fi - log_admin "Attempting to uninstall Mole via Homebrew..." + log_info "Attempting to uninstall Mole via Homebrew..." local brew_uninstall_output if ! brew_uninstall_output=$("$brew_cmd" uninstall --force mole 2>&1); then has_error=true