1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-24 02:40: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" [[ -n "$candidate" ]] && printf '%s\n' "$candidate"
} }
# Install detection (Homebrew vs manual). # Install detection (Homebrew vs manual).
# Uses variable capture + string matching to avoid SIGPIPE under pipefail. # Uses variable capture + string matching to avoid SIGPIPE under pipefail.
is_homebrew_install() { is_homebrew_install() {