1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 16:45:07 +00:00

Resolve merge conflict in mole update helpers

This commit is contained in:
tw93
2026-03-05 17:50:32 +08:00

2
mole
View File

@@ -61,8 +61,6 @@ get_homebrew_latest_version() {
[[ -n "$candidate" ]] && printf '%s\n' "$candidate"
}
# Install detection (Homebrew vs manual).
# Uses variable capture + string matching to avoid SIGPIPE under pipefail.
is_homebrew_install() {