1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

fix issue with mo remove #289

This commit is contained in:
Tw93
2026-01-10 20:08:47 +08:00
parent 083ab55661
commit d45423df94

2
mole
View File

@@ -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