mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 05:50:12 +00:00
fix issue with mo remove #289
This commit is contained in:
2
mole
2
mole
@@ -494,7 +494,7 @@ remove_mole() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log_admin "Attempting to uninstall Mole via Homebrew..."
|
log_info "Attempting to uninstall Mole via Homebrew..."
|
||||||
local brew_uninstall_output
|
local brew_uninstall_output
|
||||||
if ! brew_uninstall_output=$("$brew_cmd" uninstall --force mole 2>&1); then
|
if ! brew_uninstall_output=$("$brew_cmd" uninstall --force mole 2>&1); then
|
||||||
has_error=true
|
has_error=true
|
||||||
|
|||||||
Reference in New Issue
Block a user